%windir%\AdcsCertMod.{moduleShortName}.logpublic class LogWriter : ILogWriterPublic Class LogWriter
Implements ILogWriterpublic ref class LogWriter : ILogWritertype LogWriter =
class
interface ILogWriter
end| LogWriter | Initializes a new instance |
| LogLevel | Gets or sets the current logging level. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| 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) |
| Log(LogLevel, Exception, String) | Formats and writes a log message at the specified log level. |
| Log(LogLevel, String, Object) | Formats and writes a log message at the specified log level. |
| LogCritical(Exception, String) | Formats and writes a critical log message. |
| LogCritical(String, Object) | Formats and writes a critical log message. |
| LogDebug(Exception, String) | Formats and writes a debug log message. |
| LogDebug(String, Object) | Formats and writes a debug log message. |
| LogError(Exception, String) | Formats and writes an error log message. |
| LogError(String, Object) | Formats and writes an error log message. |
| LogInformation(Exception, String) | Formats and writes an informational log message. |
| LogInformation(String, Object) | Formats and writes an informational log message. |
| LogTrace(Exception, String) | Formats and writes a trace log message. |
| LogTrace(String, Object) | Formats and writes a trace log message. |
| LogWarning(Exception, String) | Formats and writes a warning log message. |
| LogWarning(String, Object) | Formats and writes a warning log 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) |