a class that stores a collection of log format objects and understands how to associate a given format to a class of objects.
Arguments
- format
collection of format objects to initialize with.
- seperator
format entry separator, defaults to a single space.
- new_line
the layout separator that is inserted between lines.
- association
objects to associate this log format with.
See also
Other Log Layout:
evaluate_layout(),
new_fmt_cls_field(),
new_fmt_exec_scope(),
new_fmt_layout(),
new_fmt_line_break(),
new_fmt_literal(),
new_fmt_log_msg(),
new_fmt_metric(),
new_fmt_timestamp()