Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logging ¶
type Logging struct { // Debug receives log messages in verbose mode Debug *golog.Logger // Log is the standard logger Log *golog.Logger }
Logging holds a configured Quartermaster logger
type RemoteLogWriter ¶
type RemoteLogWriter struct {
// contains filtered or unexported fields
}
RemoteLogWriter can be used as logger sink that sends the log messages to the server
func NewRemoteLogWriter ¶
func NewRemoteLogWriter(bsc pb.ControlServiceClient) *RemoteLogWriter
Click to show internal directories.
Click to hide internal directories.