Documentation ¶
Overview ¶
Package logging is a thread-safe way to log video device information to a file. On startup, this package creates a unique filename and uses that filename throughout the lifetime of the program to log information such as which video devices are V4L2 compatible and the current operating system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger is a thread-safe logger that manages a single log file in config.ViamDotDir.
var ( // GLoggerCamComp is the global logger-to-file for camera components. GLoggerCamComp *Logger )
Click to show internal directories.
Click to hide internal directories.