SimpleFormatter

SimpleFormatter class

Represents the default implementation of IFormatter interface.

The SimpleFormatter type exposes the following members:

Constructors

NameDescription
SimpleFormatter()Creates a new SimpleFormatter instance.
SimpleFormatter(header, footer)Initializes a new instance of the SimpleFormatter class

Properties

NameDescription
default_formatterGets or sets default formatter
headerGets or sets the header.
footerGets or sets the footer.
log_headerGets or sets the log header

Methods

NameDescription
format(entry)
format(datatime)

See Also