Skip to content

64ed903c e825 8f07 d4f3 cf0c8adbf19e

Axel Kesseler edited this page May 11, 2021 · 2 revisions

LoggerBase(TSettings) Methods

The LoggerBase(TSettings) generic type exposes the following members.

Methods

 

Name Description
Protected method CreateOutput(LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) This method creates to message text to be written.
Protected method CreateOutput(TSettings, LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) This method creates to message text to be written.
Protected method CreateScope(TScope) Creates an instance of an IDisposable.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Private method FetchScope Fetches the string to be used as scope value.
Protected method Finalize The class destructor. (Overrides Object.Finalize().)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsEnabled Determines if a particular logging level is enabled.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Private method OnLoggingScopeDisposing Handles all incoming Disposing events.
Private method RemoveScope Removes an assigned instance of class LoggingScope.
Protected method ResolveContext(TContext)() This method resolves the logging context.
Protected method ResolveContext(TContext)(TSettings) This method resolves the logging context.
Protected method ResolveScope(TScope)(TScope) This method resolves the logging scope.
Protected method ResolveScope(TScope)(TScope, TSettings) This method resolves the logging scope.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method Write This method writes a logging message.
  Back to Top

See Also

Reference

LoggerBase(TSettings) Class
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally