a class that stores a collection of log format objects and understands how to associate a given format to a class of objects.
new_log_layout(
format = list(),
seperator = " ",
new_line = "\n",
association = character()
)collection of format objects to initialize with.
format entry separator, defaults to a single space.
the layout separator that is inserted between lines.
objects to associate this log format with.
object's value
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()