Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State provides access to an logger worker's view of the state.
func NewState ¶
NewState returns a version of the state that provides functionality required by the logger worker.
func (*State) LoggingConfig ¶
LoggingConfig returns the loggo configuration string for the agent specified by agentTag.
func (*State) WatchLoggingConfig ¶
func (st *State) WatchLoggingConfig(agentTag string) (watcher.NotifyWatcher, error)
WatchLoggingConfig returns a notify watcher that looks for changes in the logging-config for the agent specifed by agentTag.
Click to show internal directories.
Click to hide internal directories.