package
0.0.0-20240822020607-ba854f2ded86
Repository: https://github.com/aliyuncontainerservice/pouch.git
Documentation: pkg.go.dev

# Packages

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

# Functions

NewLogCopier creates copier for logger.
NewLogWatcher returns new LogWatcher.

# Constants

LogModeBlocking means to unuse buffer to make logs blocking.
LogModeDefault default to unuse buffer to make logs blocking.
LogModeNonBlock means to use buffer to make logs non blocking.

# Structs

Info provides container information for log driver.
LogCopier is used to copy data from stream and write it into LogDriver.
LogMessage represents the log message in the container json log.
LogWatcher is used to pass the log message to the reader.
ReadConfig is used to.

# Interfaces

LogDriver represents any kind of log drivers, such as jsonfile, syslog.

# Type aliases

LogMode indicates available logging modes.