package
0.0.0-20240904170749-9cca7b200aed
Repository: https://github.com/celzero/firestack.git
Documentation: pkg.go.dev

# Functions

C logs the stack trace of the current goroutine to Console.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger creates a new Glogger with the given tag.
No description provided by the author
No description provided by the author
No description provided by the author
SetConsole sets external console to redirect log output to.
No description provided by the author
No description provided by the author
T logs the stack trace of the current goroutine.
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
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

DEBUG is the debug log level.
ERROR is the error log level.
INFO is the informational log level.
NONE no-ops the logger.
STACKTRACE is the stack trace log level.
USR is interactive log (e.g.
VERBOSE is the verbose log level.
VVERBOSE is the most verbose log level.
WARN is the warning log level.

# Variables

caller -> intra/log.go (this file) -> intra/logger.go -> golang/log.go.
based on: github.com/eycorsican/go-tun2socks/blob/301549c43/common/log/log.go#L5.
caller -> LogFn -> intra/log.go (this file) -> intra/logger.go -> golang/log.go.

# Interfaces

Console is an external logger.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
based on: github.com/eycorsican/go-tun2socks/blob/301549c43/common/log/logger.go.