| LogProvider Methods | 
The LogProvider type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DoLog | 
            Logs a message at the specified log level.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GenerateLogLine | 
            Generates a default log line.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|   | GetPrefix(LogLevel) | 
            Converts a log-level to a 5-character string for
            consistently-spaced character sequences.
             | 
|   | GetPrefix(LogLevel, Boolean) | 
            Converts a log-level to a 5-character string for
            consistently-spaced character sequences.
             | 
|   | GetPrefixTimestamp | 
            Converts a timestamp to a string formatted for
            rendering in a log message (yyyy/MM/dd-hh:mm:ss).
             | 
|  | GetType | (Inherited from Object.) | 
|  | Log(DateTime, LogLevel, String, String) | 
            Log a message with no exception.
             | 
|  | Log(DateTime, LogLevel, String, String, Exception) | 
            Log a message.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also