Categorygithub.com/IMQS/log
modulepackage
1.5.0
Repository: https://github.com/imqs/log.git
Documentation: pkg.go.dev

# README

IMQS Logging for Go applications

See documentation

Updated to go-1.22.7 for tag

# Functions

New creates a new logger.
Create a new log forwarder.
NewTesting creates a logger object that emits logs to the given Testing context.
Parse a level string such as "info" or "warn".

# Constants

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

# Variables

This variable is initialized the first time New is called and then returned on every subsequent call.

# Structs

Forwards log messages to an existing Logger, while performing some sanitizing which ensures that all log messages share the same format.
A logger object.

# Type aliases

No description provided by the author