new_log_layout {dyn.log} | R Documentation |
Log Layout
Description
a class that stores a collection of log format objects and understands how to associate a given format to a class of objects.
Usage
new_log_layout(
format = list(),
seperator = " ",
new_line = "\n",
association = character()
)
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. |
Value
object's value
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()
[Package dyn.log version 0.4.0 Index]