Text |
public class TextWriterLoggingService : ILoggingService
The TextWriterLoggingService type exposes the following members.
| Name | Description | |
|---|---|---|
| TextWriterLoggingService | Initializes a new instance of the TextWriterLoggingService class. |
| Name | Description | |
|---|---|---|
| IsDebugEnabled | Gets a value indicating whether debug logging is enabled. | |
| IsErrorEnabled | Gets a value indicating whether error logging is enabled. | |
| IsFatalEnabled | Gets a value indicating whether fatal logging is enabled. | |
| IsInfoEnabled | Gets a value indicating whether informational logging is enabled. | |
| IsWarnEnabled | Gets a value indicating whether warning logging is enabled. |
| Name | Description | |
|---|---|---|
| Debug | Writes a debug message. | |
| DebugFormatted | Writes a formatted debug message. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Error(Object) | Writes an error message. | |
| Error(Object, Exception) | Writes an error message together with an exception. | |
| ErrorFormatted | Writes a formatted error message. | |
| Fatal(Object) | Writes a fatal message. | |
| Fatal(Object, Exception) | Writes a fatal message together with an exception. | |
| FatalFormatted | Writes a formatted fatal message. | |
| 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) | |
| Info | Writes an informational message. | |
| InfoFormatted | Writes a formatted informational message. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Warn(Object) | Writes a warning message. | |
| Warn(Object, Exception) | Writes a warning message together with an exception. | |
| WarnFormatted | Writes a formatted warning message. |