package
0.1.2
Repository: https://github.com/qwslane/go-quai.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
ToLogFile returns an io.Writer to configure WithOutput() option to write to a file and manage log rotation using lumberjack.
ToNull returns an io.Writer to configure WithOutput() option to discard all output.
ToStdOut returns an io.Writer to configure WithOutput() option to write to standard out.
WithLevel configures the log level.
WithNullLogger sets the logger to discard all output.
WithOutput configures the output destination.

# Constants

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

# Variables

logger instance used by the application.

# Structs

logrus hook to write log to file.

# Type aliases

No description provided by the author
type of log format.
No description provided by the author
Options is a function type that can be used to configure the logger.