package
1.5.1
Repository: https://github.com/senzing-garage/go-logging.git
Documentation: pkg.go.dev

# Functions

The IsValidLogLevelName function checks the logLevelName to verify it is one of "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL", or "PANIC".
The New function creates a new instance of loggingInterface.
The NewSenzingLogger function creates a new instance of Logging specifically for use with senzing-tools.
The SlogHandlerOptions function returns a slog handler that includes TRACE, FATAL, and PANIC.

# Constants

Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.
Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.
Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.
Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.
Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.
Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.
Log levels as integers.
Strings representing the supported logging levels.
Existing and new log levels used with slog.Level.

# Variables

Order is important in AllMessageFields.
Message ID Low-bound for message levels i.e.
Map from slog.Level to string representation.
Map from string representation to Log level as typed integer.

# Structs

BasicLogging is an type-struct for an implementation of the loggingInterface.
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
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

The Logging interface has methods for creating different representations of a message.