StandardFormatter
Represents the class for formatting log entry messsages.
The StandardFormatter type exposes the following members:
Constructors
Name | Description |
---|
StandardFormatter() | Initializes a new instance of the StandardFormatter class. |
StandardFormatter(header_text) | Initializes a new instance of the StandardFormatter class |
Properties
Name | Description |
---|
default_formatter | Gets or sets default formatter |
header | Gets the log header. |
footer | Gest the footer string. |
log_header | Gets or sets the log header |
Methods
Name | Description |
---|
format(entry) | |
format(datatime) | |
See Also