Click or drag to resize

TextWriterLoggingService Class

Logging service implementation that writes log output to a TextWriter.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesTextWriterLoggingService

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class TextWriterLoggingService : ILoggingService

The TextWriterLoggingService type exposes the following members.

Constructors
 NameDescription
Public methodTextWriterLoggingService Initializes a new instance of the TextWriterLoggingService class.
Top
Properties
 NameDescription
Public propertyIsDebugEnabled Gets a value indicating whether debug logging is enabled.
Public propertyIsErrorEnabled Gets a value indicating whether error logging is enabled.
Public propertyIsFatalEnabled Gets a value indicating whether fatal logging is enabled.
Public propertyIsInfoEnabled Gets a value indicating whether informational logging is enabled.
Public propertyIsWarnEnabled Gets a value indicating whether warning logging is enabled.
Top
Methods
 NameDescription
Public methodDebug Writes a debug message.
Public methodDebugFormatted Writes a formatted debug message.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodError(Object) Writes an error message.
Public methodError(Object, Exception) Writes an error message together with an exception.
Public methodErrorFormatted Writes a formatted error message.
Public methodFatal(Object) Writes a fatal message.
Public methodFatal(Object, Exception) Writes a fatal message together with an exception.
Public methodFatalFormatted Writes a formatted fatal message.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInfo Writes an informational message.
Public methodInfoFormatted Writes a formatted informational message.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWarn(Object) Writes a warning message.
Public methodWarn(Object, Exception) Writes a warning message together with an exception.
Public methodWarnFormatted Writes a formatted warning message.
Top
See Also