new_log_layout | R Documentation |
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() )
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.