package
2.10.1
Repository: https://github.com/wailsapp/wails.git
Documentation: pkg.go.dev

# Functions

NewDefaultLogger creates a new Logger.
NewFileLogger creates a new Logger.
No description provided by the author

# Constants

DEBUG level logging.
ERROR level logging.
INFO level logging.
TRACE level.
WARNING level logging.

# 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.