Click or drag to resize

TextWriterLoggingService Methods

The TextWriterLoggingService type exposes the following members.

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