StandardFormatter

StandardFormatter class

Represents the class for formatting log entry messsages.

The StandardFormatter type exposes the following members:

Constructors

NameDescription
StandardFormatter()Initializes a new instance of the StandardFormatter class.
StandardFormatter(header_text)Initializes a new instance of the StandardFormatter class

Properties

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

Methods

NameDescription
format(entry)
format(datatime)

See Also