Categorygithub.com/expgo/log
modulepackage
0.0.0-20240607062428-60b8a29db7e0
Repository: https://github.com/expgo/log.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
@Factory(params={self, "value:logging"}).
No description provided by the author
No description provided by the author
ParseConsole converts a string to a Console.
ParseEncoder converts a string to an Encoder.
ParseLevel converts a string to a Level.
ParseName converts a string to a Name.
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

ConsoleNo is a Console of type no.
ConsoleStderr is a Console of type stderr.
ConsoleStdout is a Console of type stdout.
No description provided by the author
EncoderJson is an Encoder of type json.
EncoderText is an Encoder of type text.
LevelDebug is a Level of type Debug.
LevelDpanic is a Level of type DPanic.
LevelError is a Level of type Error.
LevelFatal is a Level of type Fatal.
LevelInfo is a Level of type Info.
LevelInvalid is a Level of type Invalid.
LevelPanic is a Level of type Panic.
LevelWarn is a Level of type Warn.
with full path.
no name.
with short path.

# Variables

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

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InnerLog inner log struct.

# Interfaces

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

# Type aliases

Console is en enum @Enum { no stdout stderr } */.
Encoder @Enum { text json } */.
Level is an enum @EnumConfig(PanicIfInvalid) @Enum { Debug = -1 Info Warn Error DPanic Panic Fatal Invalid } */.
Name is en enum @Enum { no // no name short // with short path full // with full path } */.