package
1.6.14
Repository: https://github.com/getgauge/gauge.git
Documentation: pkg.go.dev

# Functions

Debug logs DEBUG messages.
Debugf logs DEBUG messages.
Error logs ERROR messages.
Errorf logs ERROR messages.
Fatal logs CRITICAL messages and exits.
Fatalf logs CRITICAL messages and exits.
HandleWarningMessages logs multiple messages in WARNING mode.
Info logs INFO messages.
Infof logs INFO messages.
Initialize logger with given level.
NewLogWriter creates a new logWriter for given id.
Warning logs WARNING messages.
Warningf logs WARNING messages.

# Constants

API indicates gauge is in daemon mode.
CLI indicates gauge is used as a CLI.
LSP indicates that gauge is acting as an LSP server.

# Variables

ActiveLogFile log file represents the file which will be used for the backend logging.

# Structs

LogInfo represents the log message structure for plugins.
LogWriter represents the type which consists of two custom writers.
OutMessage contains information for output log.
Writer represents to a custom writer.