(WPF)Serilog 使用demo实例

Serilog 日志效果:(WPF)Serilog 使用demo实例_第1张图片

引入的Serilog库文件

(WPF)Serilog 使用demo实例_第2张图片

实现代码

xaml 代码:

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:Wpf_demo_Serilog"
        mc:Ignorable="d"
        Title="MainWindow" Height="350" Width="600">
   
       
           

你可能感兴趣的:(wpf)