package
1.7.1
Repository: https://github.com/tuckyapps/lit-go-tools.git
Documentation: pkg.go.dev

# Functions

GetLogger returns the current logger defined for the service.
NewSimpleLogger creates a new instance of SimpleLogger.
SendAlert sends a notification to the specified slack channel.
SetLogger sets the current logger.
SetLogLevel configures the application's log level.

# Constants

Slack colors for messages.
Slack colors for messages.
Slack colors for messages.
Default log levels.
Default log levels.
Default log levels.

# Structs

SimpleLogger is the standar logger implementation.

# Interfaces

Logger presents a common interface for logger.
LogSettings interface to be implemented by other project settings.