Allows the implementation of trace targets for writing log entries.
Log formatter used to format the log entry.
public ILogFormatter Formatter { get; set; }
Trace target name.
public String Name { get; set; }
Check object configuration and prepares the environment if necessary.
public Void EnsureConfiguration()
In this document