Built-In
Contains functionality related to logging.
Debug
|
Debug |
Writes an debug message to the log using the specified formattable string. |
|
Debug |
Writes an debug message to the log using the specified formattable string. |
|
Debug |
Writes a debug message to the log using the specified log message action. Evaluation message only if verbosity same or more verbose. |
|
Debug |
Writes a debug message to the log using the specified value. |
|
Debug |
Writes a debug message to the log using the specified format information. |
|
Debug |
Writes a debug message to the log using the specified string value. |
Error
|
Error |
Writes an error message to the log using the specified format information. |
|
Error |
Writes an error message to the log using the specified format information. |
|
Error |
Writes an error message to the log using the specified log message action. Evaluation message only if verbosity same or more verbose. |
|
Error |
Writes an error message to the log using the specified value. |
|
Error |
Writes an error message to the log using the specified format information. |
|
Error |
Writes an error message to the log using the specified string value. |
Information
|
Information |
Writes an informational message to the log using the specified formattable string. |
|
Information |
Writes an informational message to the log using the specified formattable string. |
|
Information |
Writes an informational message to the log using the specified log message action. Evaluation message only if verbosity same or more verbose. |
|
Information |
Writes an informational message to the log using the specified value. |
|
Information |
Writes an informational message to the log using the specified format information. |
|
Information |
Writes an informational message to the log using the specified string value. |
Verbose
|
Verbose |
Writes an verbose message to the log using the specified formattable string. |
|
Verbose |
Writes an verbose message to the log using the specified formattable string. |
|
Verbose |
Writes a verbose message to the log using the specified log message action. Evaluation message only if verbosity same or more verbose. |
|
Verbose |
Writes a verbose message to the log using the specified value. |
|
Verbose |
Writes a verbose message to the log using the specified format information. |
|
Verbose |
Writes a verbose message to the log using the specified string value. |
Verbosity
|
DiagnosticVerbosity |
Sets the log verbosity to diagnostic and returns a disposable that restores the log verbosity on dispose. |
|
MinimalVerbosity |
Sets the log verbosity to minimal and returns a disposable that restores the log verbosity on dispose. |
|
NormalVerbosity |
Sets the log verbosity to normal and returns a disposable that restores the log verbosity on dispose. |
|
QuietVerbosity |
Sets the log verbosity to quiet and returns a disposable that restores the log verbosity on dispose. |
|
VerboseVerbosity |
Sets the log verbosity to verbose and returns a disposable that restores the log verbosity on dispose. |
|
WithVerbosity |
Sets the log verbosity as specified and returns a disposable that restores the log verbosity on dispose. |
Warning
|
Warning |
Writes an warning message to the log using the specified format information. |
|
Warning |
Writes an warning message to the log using the specified format information. |
|
Warning |
Writes a warning message to the log using the specified log message action. Evaluation message only if verbosity same or more verbose. |
|
Warning |
Writes an warning message to the log using the specified value. |
|
Warning |
Writes a warning message to the log using the specified format information. |
|
Warning |
Writes an warning message to the log using the specified string value. |
