package
1.0.0
Repository: https://github.com/ispringtech/go-patterns.git
Documentation: pkg.go.dev

# 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

# Structs

Config is used for configuration of logger.

# Type aliases

No description provided by the author