-
Notifications
You must be signed in to change notification settings - Fork 0
ff71cd86 6c4b 0106 22f5 688970819bd9
Axel Kesseler edited this page Mar 1, 2023
·
3 revisions
The IStreamLogger(TContext) generic type exposes the following members.
Name | Description | |
---|---|---|
BeginScope(TScope) | Begins a logical operation scope. (Inherited from ILogger.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
IsEnabled | Determines if a particular logging level is enabled. (Inherited from ILogger.) | |
Write(LogLevel, Exception) | This method writes the exception into the logging target using provided logging level. (Inherited from ILogger.) | |
Write(LogLevel, String) | This method writes the message into the logging target using provided logging level. (Inherited from ILogger.) | |
Write(LogLevel, Exception, ValueTuple(String, Object)[]) | This method writes the exception into the logging target using provided logging level. (Inherited from ILogger.) | |
Write(LogLevel, String, Exception) | This method writes the message as well as the exception into the logging target using provided logging level. (Inherited from ILogger.) | |
Write(LogLevel, String, ValueTuple(String, Object)[]) | This method writes the message into the logging target using provided logging level. (Inherited from ILogger.) | |
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. (Inherited from ILogger.) | |
Write(TScope)(TScope, LogLevel, Exception) | This method writes the exception for provided scope into the logging target using provided logging level. (Inherited from ILogger.) | |
Write(TScope)(TScope, LogLevel, String) | This method writes the message for provided scope into the logging target using provided logging level. (Inherited from ILogger.) | |
Write(TScope)(TScope, LogLevel, Exception, ValueTuple(String, Object)[]) | This method writes the exception for provided scope into the logging target using provided logging level. (Inherited from ILogger.) | |
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. (Inherited from ILogger.) | |
Write(TScope)(TScope, LogLevel, String, ValueTuple(String, Object)[]) | This method writes the message for provided scope into the logging target using provided logging level. (Inherited from ILogger.) | |
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. (Inherited from ILogger.) |
Name | Description | |
---|---|---|
Critical(String) | Overloaded. This method writes the message into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(Exception) | Overloaded. This method writes the exception into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Critical(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Critical as logging level. (Defined by LogLevelCriticalExtension.) |
|
Debug(String) | Overloaded. This method writes the message into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(Exception) | Overloaded. This method writes the exception into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Debug(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Debug as logging level. (Defined by LogLevelDebugExtension.) |
|
Disaster(String) | Overloaded. This method writes the message into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(Exception) | Overloaded. This method writes the exception into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Disaster(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Disaster as logging level. (Defined by LogLevelDisasterExtension.) |
|
Error(String) | Overloaded. This method writes the message into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(Exception) | Overloaded. This method writes the exception into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Error(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Error as logging level. (Defined by LogLevelErrorExtension.) |
|
Fatal(String) | Overloaded. This method writes the message into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(Exception) | Overloaded. This method writes the exception into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Fatal(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Fatal as logging level. (Defined by LogLevelFatalExtension.) |
|
Message(String) | Overloaded. This method writes the message into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(Exception) | Overloaded. This method writes the exception into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
Message(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Message as logging level. (Defined by LogLevelMessageExtension.) |
|
SafeDispose | Ensures a safe object disposal. (Defined by DisposableExtension.) | |
Trace(String) | Overloaded. This method writes the message into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(Exception) | Overloaded. This method writes the exception into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Trace(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Trace as logging level. (Defined by LogLevelTraceExtension.) |
|
Verbose(String) | Overloaded. This method writes the message into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(Exception) | Overloaded. This method writes the exception into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Verbose(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Verbose as logging level. (Defined by LogLevelVerboseExtension.) |
|
Warning(String) | Overloaded. This method writes the message into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(Exception) | Overloaded. This method writes the exception into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(String, Exception) | Overloaded. This method writes the message and the exception into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext)(String) | Overloaded. This method writes the message for current TContext into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext)(Exception) | Overloaded. This method writes the exception for current TContext into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext)(String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext)(Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext)(String, Exception) | Overloaded. This method writes the message and the exception for current TContext into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TScope)(TScope, String) | Overloaded. This method writes the message for provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TScope)(TScope, Exception) | Overloaded. This method writes the exception for provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext)(String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext, TScope)(TScope, String) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext, TScope)(TScope, Exception) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext, TScope)(TScope, String, ValueTuple(String, Object)[]) | Overloaded. This method writes the message for current TContext taking provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext, TScope)(TScope, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the exception for current TContext taking provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext, TScope)(TScope, String, Exception) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
|
Warning(TContext, TScope)(TScope, String, Exception, ValueTuple(String, Object)[]) | Overloaded. This method writes the message and the exception for current TContext taking provided scope into the logger using Warning as logging level. (Defined by LogLevelWarningExtension.) |
IStreamLogger(TContext) Interface
Plexdata.LogWriter.Abstraction Namespace