-
Notifications
You must be signed in to change notification settings - Fork 0
82cc7d8f 6850 419a ccb1 59868e4b77e5
Axel Kesseler edited this page Mar 1, 2023
·
18 revisions
A context based minimalistic logger that does nothing.
System.Object
Plexdata.LogWriter.Logging.EmptyLogger(TContext)
Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1
C#
public class EmptyLogger<TContext> : IEmptyLogger<TContext>,
ILogger<TContext>, ILogger
- TContext
- The type to get the logging context from. Such a context might be a class and shall help to find out the source that causes a particular logging message.
Name | Description | |
---|---|---|
EmptyLogger(TContext) | The default class constructor. |
Name | Description | |
---|---|---|
IsDisabled | Determines if logging is disabled or not. |
Name | Description | |
---|---|---|
BeginScope(TScope) | Begins a logical operation scope. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEnabled | Determines if a particular logging level is enabled. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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(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(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, 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(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(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. |
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.) |
|
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.) |
This logger works as a normal logger but discards everything that an application wants to log.