Configuration.
Environment configuration for this Log instance.
This log's fully qualified name.
A name for this logger. Will be appended onto parent.fqn
if parent exists.
A parent Log instance.
Get this Log instance's Level.
Check if level
should be logged in this Log instance.
This will create a Console
that prints the table to this.stdout
.
Generated using TypeDoc
Log that writes to a
Writable
. By defaultprocess.stdout
andprocess.stderr
are used.When formatting the message by default
util.format
is used but you can setLogConfig.messageFormat
to use something likeprintj.sprintf
as well.