This base class for LogFormatters implements default funcionality required by a log formatter.
Default constructor
protected Void LogFormatter()
Header text.
public String Header { get; set; }
Name of this formatter.
public String Name { get; set; }
Template to format a log entry.
public String Template { get; set; }
Formats the entry to be written.
public String Format(entry)
Name | Type | Summary |
---|---|---|
entry | LogEntry |
In this document