-
Notifications
You must be signed in to change notification settings - Fork 0
ac4b085a 96e6 9fba 04ad 86c0d3e0917e
Axel Kesseler edited this page May 11, 2021
·
2 revisions
Name | Description | |
---|---|---|
Write(LogLevel, Exception) | This method writes the exception into the logging target using provided logging level. | |
Write(LogLevel, String) | This method writes the message into the logging target using provided logging level. | |
Write(TScope)(TScope, LogLevel, Exception) | This method writes the exception for provided scope into the logging target using provided logging level. | |
Write(TScope)(TScope, LogLevel, String) | This method writes the message for provided scope into the logging target using provided logging level. | |
Write(LogLevel, Exception, ValueTuple(String, Object)[]) | This method writes the exception into the logging target using provided logging level. | |
Write(LogLevel, String, Exception) | This method writes the message as well as the exception into the logging target using provided logging level. | |
Write(LogLevel, String, ValueTuple(String, Object)[]) | This method writes the message into the logging target using provided logging level. | |
Write(TScope)(TScope, LogLevel, Exception, ValueTuple(String, Object)[]) | This method writes the exception for provided scope into the logging target using provided logging level. | |
Write(TScope)(TScope, LogLevel, String, Exception) | This method writes the message as well as the exception for provided scope into the logging target using provided logging level. | |
Write(TScope)(TScope, LogLevel, String, ValueTuple(String, Object)[]) | This method writes the message for provided scope into the logging target using provided logging level. | |
Write(LogLevel, String, Exception, ValueTuple(String, Object)[]) | This method writes the message as well as the exception into the logging target using provided logging level. | |
Write(TScope)(TScope, LogLevel, String, Exception, ValueTuple(String, Object)[]) | This method writes the message as well as the exception for provided scope into the logging target using provided logging level. | |
Write(LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) | This method writes a logging message. (Inherited from PersistentLoggerBase.) |
PersistentLogger(TContext) Class
Plexdata.LogWriter.Logging Namespace