Difference between revisions of "Serilog"
(→NewFeatures) |
(→NewFeatures) |
||
Line 57: | Line 57: | ||
| LogService || Information || method for writing a customizing log message to the output log file logged as Information event level. | | LogService || Information || method for writing a customizing log message to the output log file logged as Information event level. | ||
|- align="left" | |- align="left" | ||
− | | | + | | LogWorkflowOutput || Information || method for writing a service log message to the output log file logged as Information event level. |
|- align="left" | |- align="left" | ||
− | | | + | | LogWarning || Warning || method for writing a warning log message to the output log file logged as Warning event level. |
+ | |- align="left" | ||
+ | | LogError || Error || method for writing an error log message to the output log file logged as Error event level. (new) | ||
+ | |- align="left" | ||
+ | | LogException || Error || method for writing an exception log message to the output log file logged as Error event level. | ||
+ | |- align="left" | ||
+ | | LogFatal || Fatal || method for writing a fatal log message to the output log file logged as Fatal event level. (new) | ||
|- align="left" | |- align="left" | ||
|} | |} |
Revision as of 07:10, 22 June 2020
Serilog is a portable and structured logging framework to record diagnostic logs into files, console and SQL/NoSQL databases.