# Functions
No description provided by the author
No description provided by the author
The LoggerInit function initializes a logger with the provided configuration and additional attributes.
No description provided by the author
No description provided by the author
# Constants
DevFlavorDevslog represents the production "devslog" flavor.
DevFlavorSlogor represents the "slogor" development flavor.
DevFlavorTint represents the "tint" development flavor.
LogFormatJSON represents text format.
LogFormatOtel represents OTEL (JSON) format.
LogFormatText represents JSON format.
OutputConsole represents console output.
OutputFanout represents both console and otel output.
OutputOtel represents otel output.
# Type aliases
DevFlavor represents the flavor of the development environment.
LogFormat represents the format of the log.
OutputType represents the type of output for the logger.