package
0.4.0
Repository: https://github.com/neticdk/go-common.git
Documentation: pkg.go.dev

# README

charm logger

This package can is used to log messages to the terminal with colors and styles.

See doc.go for usage.

# Functions

No description provided by the author
Logger that sends all output to a string buffer the captured log output can be retrieved by accessing the string buffer at LogOutput In the instance of a test failure, the log output is written to StdOut.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CharmLogger is a charms/lipgloss based logger.
NullLogger is a logger implementation that captures log output in a string builder.

# Interfaces

Logger defines an abstract logger that can be used to log to the output.