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.stdoutandprocess.stderrare used.When formatting the message by default
util.formatis used but you can setLogConfig.messageFormatto use something likeprintj.sprintfas well.