package
0.0.0-20241220035036-fbafc0f80254
Repository: https://github.com/aws/shim-loggers-for-containerd.git
Documentation: pkg.go.dev

# Functions

DeferFuncForRunLogDriver checks and sends logger errors to the system log.
FlushLog only used for Windows file logging.
SendEventsToLog dispatches log messages to the system journal based on the given priority.
SetLogFilePath only supported on Windows For non-Windows logs will be written to journald.
StartStackTraceHandler is used when the process catches signals, we will print the stack trace and write to system journal.

# Constants

DEBUG represents a log level for debugging messages.
ERROR represents a log level for error messages.
INFO represents a log level for informational messages.

# Variables

ErrLogger holds any errors related to the logger setup or execution.
Verbose indicates if additional debug events should be logged.