# Functions
NewDefaultLogger creates a new Logger.
NewFileLogger creates a new Logger.
No description provided by the author
# Structs
DefaultLogger is a utility to log messages to a number of destinations.
FileLogger is a utility to log messages to a number of destinations.
# Interfaces
Logger specifies the methods required to attach a logger to a Wails application.
# Type aliases
LogLevel is an unsigned 8bit int.