Difference between revisions of "Serilog"
Line 49: | Line 49: | ||
|- align="left" | |- align="left" | ||
| LogInformation || Information || method for writing an information log message to the output log file logged as Information event level. (new) | | LogInformation || Information || method for writing an information log message to the output log file logged as Information event level. (new) | ||
− | |||
− | |||
|- align="left" | |- align="left" | ||
| LogSQLStatement LogSQLCommand || Information || method for writing a sql log message to the output log file logged as Information event level. | | LogSQLStatement LogSQLCommand || Information || method for writing a sql log message to the output log file logged as Information event level. | ||
Line 59: | Line 57: | ||
|- align="left" | |- align="left" | ||
| LogWorkflowOutput || Information || method for writing a service log message to the output log file logged as Information event level. | | LogWorkflowOutput || Information || method for writing a service log message to the output log file logged as Information event level. | ||
+ | |- align="left" | ||
+ | | ThrowAssertion || Warning || method for writing an assertion 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. | | LogWarning || Warning || method for writing a warning log message to the output log file logged as Warning event level. | ||
Line 118: | Line 118: | ||
* https://serilog.net/ | * https://serilog.net/ | ||
{{Category/Version|3.6.0}} | {{Category/Version|3.6.0}} | ||
+ | |||
+ | [[Category:3.6.0|Serilog]] |
Revision as of 09:52, 1 July 2020
Serilog is a portable and structured logging framework to record diagnostic logs into files, console and SQL/NoSQL databases.
See also