package
1.8.25
Repository: https://github.com/xmplusdev/xray-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
CreateFileLogWriter returns a LogWriterCreator that creates LogWriter for the given file.
CreateStderrLogWriter returns a LogWriterCreator that creates LogWriter for stderr.
CreateStdoutLogWriter returns a LogWriterCreator that creates LogWriter for stdout.
NewLogger returns a generic log handler that can handle all type of messages.
Record writes a message into log stream.
RegisterHandler registers a new handler as current log handler.
No description provided by the author

# Constants

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

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for Severity.
Enum value maps for Severity.

# Structs

No description provided by the author
No description provided by the author
GeneralMessage is a general log message that can contain all kind of content.

# Interfaces

Handler is the interface for log handler.
Message is the interface for all log messages.
Writer is the interface for writing logs.

# Type aliases

No description provided by the author
No description provided by the author
WriterCreator is a function to create LogWriters.