-
Notifications
You must be signed in to change notification settings - Fork 0
150ce01d e113 5a64 0926 f4a7bd86ca34
Axel Kesseler edited this page Mar 1, 2023
·
1 revision
This class represents the default network logger implementation for platform independent applications.
System.Object
Plexdata.LogWriter.Logging.LoggerBase(INetworkLoggerSettings)
Plexdata.LogWriter.Logging.NetworkLoggerBase
Plexdata.LogWriter.Logging.NetworkLogger
Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1
C#
public class NetworkLogger : NetworkLoggerBase,
INetworkLogger, ILogger, IDisposable
The NetworkLogger type exposes the following members.
Name | Description | |
---|---|---|
NetworkLogger(INetworkLoggerSettings) | The standard class constructor. | |
NetworkLogger(INetworkLoggerSettings, INetworkLoggerFacade) | The extended class constructor. |
Name | Description | |
---|---|---|
Factory | Gets the assigned logging factory. (Inherited from LoggerBase(TSettings).) | |
IsDisabled | Determines if logging is disabled or not. (Inherited from LoggerBase(TSettings).) | |
IsDisposed | Determines whether this instance has been disposed. (Inherited from NetworkLoggerBase.) | |
Settings | The instance of applied logger settings. (Inherited from LoggerBase(TSettings).) |
Name | Description | |
---|---|---|
BeginScope(TScope) | Begins a logical operation scope. (Inherited from NetworkLoggerBase.) | |
CreateOutput(LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) | This method creates to message text to be written. (Inherited from LoggerBase(TSettings).) | |
CreateOutput(TSettings, LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) | This method creates to message text to be written. (Inherited from LoggerBase(TSettings).) | |
CreateScope(TScope) | Creates an instance of an IDisposable. (Inherited from LoggerBase(TSettings).) | |
Dispose() | This method performs the object disposal. (Inherited from NetworkLoggerBase.) | |
Dispose(Boolean) | This method actually does the object disposal. (Inherited from NetworkLoggerBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FetchScope | Fetches the string to be used as scope value. (Inherited from LoggerBase(TSettings).) | |
Finalize | The class destructor. (Inherited from NetworkLoggerBase.) | |
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. (Inherited from LoggerBase(TSettings).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnLoggingScopeDisposing | Handles all incoming Disposing events. (Inherited from LoggerBase(TSettings).) | |
OnSettingsPropertyChanged | Event handler to observe settings changes. (Inherited from NetworkLoggerBase.) | |
RemoveScope | Removes an assigned instance of class LoggingScope. (Inherited from LoggerBase(TSettings).) | |
ResolveContext(TContext)() | This method resolves the logging context. (Inherited from LoggerBase(TSettings).) | |
ResolveContext(TContext)(TSettings) | This method resolves the logging context. (Inherited from LoggerBase(TSettings).) | |
ResolveScope(TScope)(TScope) | This method resolves the logging scope. (Inherited from LoggerBase(TSettings).) | |
ResolveScope(TScope)(TScope, TSettings) | This method resolves the logging scope. (Inherited from LoggerBase(TSettings).) | |
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(LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) | This method writes a logging message. (Inherited from NetworkLoggerBase.) | |
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 | |
---|---|---|
facade | The instance of network logger facade. (Inherited from NetworkLoggerBase.) | |
scopes | The list of assigned logging scopes. (Inherited from LoggerBase(TSettings).) |
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
|
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(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(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.) |
The class writes logging messages without any context relation.