Summary
Contains functionality related to logging.
Debug
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 string value. |
Debug |
Writes a debug message to the log using the specified format information. |
Error
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 string value. |
Error |
Writes an error message to the log using the specified format information. |
Information
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 string value. |
Information |
Writes an informational message to the log using the specified format information. |
Verbose
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 string value. |
Verbose |
Writes a verbose message to the log using the specified format information. |
Warning
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 an warning message to the log using the specified string value. |
Warning |
Writes a warning message to the log using the specified format information. |