NLog.ComInterop
NLog COM Interop logger interface
Writes the diagnostic message at the specified level.
The log level.
A to be written.
Writes the diagnostic message at the Trace level.
A to be written.
Writes the diagnostic message at the Debug level.
A to be written.
Writes the diagnostic message at the Info level.
A to be written.
Writes the diagnostic message at the Warn level.
A to be written.
Writes the diagnostic message at the Error level.
A to be written.
Writes the diagnostic message at the Fatal level.
A to be written.
Checks if the specified log level is enabled.
The log level.
A value indicating whether the specified log level is enabled.
Returns the boolean value indicating whether the Trace level is enabled.
Returns the boolean value indicating whether the Debug level is enabled.
Returns the boolean value indicating whether the Info level is enabled.
Returns the boolean value indicating whether the Warn level is enabled.
Returns the boolean value indicating whether the Error level is enabled.
Returns the boolean value indicating whether the Fatal level is enabled.
The logger name.
NLog COM Interop LogManager interface
Loads NLog configuration from the specified file.
The name of the file to load NLog configuration from
Creates the specified logger object and assigns a LoggerName to it.
Logger name
The new logger instance.
Internal log to the console.
Internal log file.
The name of the internal log level.
NLog COM Interop logger implementation
NLog COM Interop LogManager implementation