# Packages
No description provided by the author
# Functions
NewLogger creates a new logger which does the following: - Formats logs in JSON - Uses logging level from config - Adds fields: - "app_name" - application name from given Config - "@timestamp" - RFC3339Nano timestamp - "level" - logging level - "stack" - stack trace for errors - "message" - log message.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author