Skip to content

Commit

Permalink
feat(log):添加换行符
Browse files Browse the repository at this point in the history
  • Loading branch information
HRxiaohu committed Dec 10, 2022
1 parent 8030dad commit c672037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ private void Button_Click(object sender, RoutedEventArgs e)
}
private void Window_Closed(object sender, EventArgs e)
{
Trace.WriteLine("-------- SodaCL 程序日志记录结束 --------");
Log(moduleList.Main, logInfo.Info, "程序退出");
Trace.WriteLine("-------- SodaCL 程序日志记录结束 --------\n");

}
}
Expand Down

0 comments on commit c672037

Please sign in to comment.