How do you feel about having a predefined 'standard' Logger similar to the Go log package?
Having a standard logger is easier so that users don't have to create a Logger manually. The logger will have sensible defaults, configuration helpers, and be accessible through log helper functions.
How do you feel about having a predefined 'standard' Logger similar to the Go log package?
Having a standard logger is easier so that users don't have to create a Logger manually. The logger will have sensible defaults, configuration helpers, and be accessible through log helper functions.