欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

NetCoreApi框架搭建(二、Nllog使用配置)

程序员文章站 2024-02-02 23:10:22
本文只配置了简单文件存储 1.添加nuget包 2.添加日志配置文件nlog.config 这里配置了三个target区分不同的日志,具体配置需要自己研究,推荐链接https://www.cnblogs.com/TianFang/p/4003749.html 3.配置Startup 4.日志使用 5 ......

本文只配置了简单文件存储

1.添加nuget包

NetCoreApi框架搭建(二、Nllog使用配置)

2.添加日志配置文件nlog.config

这里配置了三个target区分不同的日志,具体配置需要自己研究,推荐链接https://www.cnblogs.com/tianfang/p/4003749.html

NetCoreApi框架搭建(二、Nllog使用配置)

3.配置startup

NetCoreApi框架搭建(二、Nllog使用配置)

4.日志使用

NetCoreApi框架搭建(二、Nllog使用配置)

 

5.完成查看日志

NetCoreApi框架搭建(二、Nllog使用配置)