evaluate_layout {dyn.log} | R Documentation |
Evaluate Layout
Description
Evaluates a log layout, which is simply a container for a set of formats that specify the log entry layout.
Usage
evaluate_layout(detail, context)
Arguments
detail |
The details of the layout specified for evaluation. |
context |
a list of contexts needed to evaluate formats in the the layout. |
Value
evaluated log layout
See Also
Other Log 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()
,
new_log_layout()
[Package dyn.log version 0.4.0 Index]