Skip to contents

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