ILogService
This topic describes the properties and methods of the ILogService interface, which can be used for logging.
- Trace
- Writes the diagnostic message at the Trace level.
- Trace
- Writes the diagnostic message at the Trace level.
- TraceException
- Writes the diagnostic message and exception at the Trace level.
- TraceVariables
- Writes the variable name and value at the Trace level.
- TraceVariables
- Writes the variable names and values at the Trace level.
- Debug
- Writes the diagnostic message at the Debug level.
- Debug
- Writes the diagnostic message at the Debug level.
- DebugException
- Writes the diagnostic message and exception at the Debug level.
- DebugVariables
- Writes the variable name and value at the Debug level.
- DebugVariables
- Writes the variable names and values at the Debug level.
- Info
- Writes the diagnostic message at the Info level.
- Info
- Writes the diagnostic message at the Info level.
- InfoException
- Writes the diagnostic message and exception at the Info level.
- InfoVariables
- Writes the variable name and value at the Info level.
- InfoVariables
- Writes the variable names and values at the Info level.
- Warn
- Writes the diagnostic message at the Warn level.
- Warn
- Writes the diagnostic message at the Warn level.
- WarnException
- Writes the diagnostic message and exception at the Warn level.
- WarnVariables
- Writes the variable name and value at the Warn level.
- WarnVariables
- Writes the variable names and values at the Warn level.
- Error
- Writes the diagnostic message at the Error level.
- Error
- Writes the diagnostic message at the Error level.
- ErrorException
- Writes the diagnostic message and exception at the Error level.
- ErrorVariables
- Writes the variable name and value at the Error level.
- ErrorVariables
- Writes the variable names and values at the Error level.
- Fatal
- Writes the diagnostic message at the Fatal level.
- Fatal
- Writes the diagnostic message at the Fatal level.
- FatalException
- Writes the diagnostic message and exception at the Fatal level.
- FatalVariables
- Writes the variable name and value at the Fatal level.
- FatalVariables
- Writes the variable names and values at the Fatal level.