package
3.50.2+incompatible
Repository: https://github.com/delphit430/v2ray-core.git
Documentation: pkg.go.dev

# Functions

CreateFileLogWriter returns a LogWriterCreator that creates LogWriter for the given file.
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 register a new handler as current log handler.

# 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

# Structs

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.