Allows the implementation of log formatters.
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 |