# 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.