SimpleFormatter
Represents the default implementation of IFormatter interface.
The SimpleFormatter type exposes the following members:
Constructors
| Name | Description |
|---|
| SimpleFormatter() | Creates a new SimpleFormatter instance. |
| SimpleFormatter(header, footer) | Initializes a new instance of the SimpleFormatter class |
Properties
| Name | Description |
|---|
| default_formatter | Gets or sets default formatter |
| header | Gets or sets the header. |
| footer | Gets or sets the footer. |
| log_header | Gets or sets the log header |
Methods
| Name | Description |
|---|
| format(entry) | |
| format(datatime) | |
See Also