728x90
Serilog로 로깅을 하고 있는데 가끔 어떤 level로 로그를 남겨야 할지 헷갈릴 때가 있다.
Serilog의 log levels은 다음과 같이 6개가 있다.
참고해서 상황에 따라 적절한 level을 보고 선택하면 될 것 같다.
https://github.com/serilog/serilog/wiki/configuration-basics
https://code-maze.com/csharp-different-log-levels-in-serilog/
728x90
'Programming > C#' 카테고리의 다른 글
[C#] static, readonly 등 modifier 순서 강제하기 (.editorconfig) (0) | 2024.08.14 |
---|---|
[C#] 어떤 프로그램이 설치되어 있는지 확인하기(windows 11) (0) | 2024.08.10 |
C# Coding Style (0) | 2024.07.05 |
[C#] 반복문에서 삼항연산자 vs Func 뭐가 좋을까? (0) | 2024.03.08 |
[C#] Linq SingleOrDefault() vs FirstOrDefault() (0) | 2024.02.17 |
댓글