Log a message with severity Debug
.
A value containing the body of the log record. Can be a human-readable string message (including multi-line) describing the event in a free form. To pass structured data composed of arrays and maps of other values, use a DvelopLogEvent instead of a string message. Can vary for each occurrence of the event coming from the same source.
Log a message with severity Debug
.
A DvelopLogEvent object.
Log a message with severity Error
.
A value containing the body of the log record. Can be a human-readable string message (including multi-line) describing the event in a free form. To pass structured data composed of arrays and maps of other values, use a DvelopLogEvent instead of a string message. Can vary for each occurrence of the event coming from the same source.
Log a message with severity Error
.
A DvelopLogEvent object.
Log a message with severity Info
.
A value containing the body of the log record. Can be a human-readable string message (including multi-line) describing the event in a free form. To pass structured data composed of arrays and maps of other values, use a DvelopLogEvent instead of a string message. Can vary for each occurrence of the event coming from the same source.
Log a message with severity Info
.
A DvelopLogEvent object.
Generated using TypeDoc
General Logger class. This class does not log itself, but is a wrapper that wraps logging providers. Each logging provider can decide how and where it logs a log statement.
If you create a new instance, you have to define at least one ProviderFn in the options.
This package delivers an otelProviderFactory function, to create a logging provider that logs a log statement in the otel log format.