# Functions

No description provided by the author
No description provided by the author
No description provided by the author
ToZapLogPluginLogLevel is the option that defines which function to use to extract the log level from the line.
ToZapLogPluginTransformer is the option that defines which function to use to transform the line before being logged to the logger.

# Variables

No description provided by the author
No description provided by the author

# Structs

KeepLastLinesLogPlugin takes a line and keep the last N lines as requested by the caller.
ToConsoleLogPlugin takes a line, and if it's not a FIRE (or DMLOG) line or if we are actively debugging deep mind, will print the line to the standard output.
ToZapLogPlugin takes a line, and if it's not a FIRE (or DMLOG) line or if we are actively debugging deep mind, will print the line to received logger instance.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author