Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlobalLogFile *LogFile GlobalLogFileOverride string )
Functions ¶
func CloseLogFiles ¶
func CloseLogFiles()
Types ¶
type LogFile ¶
type LogFile struct {
// contains filtered or unexported fields
}
func GetLogFileFor ¶
func GetLogFileFor(path string, fs vfs.FileSystem) *LogFile
func LogFileFor ¶
func LogFileFor(path string, fs vfs.FileSystem) (*LogFile, error)
type LoggingConfiguration ¶
type LoggingConfiguration struct { LogFileName string `json:"logFileName"` LogConfig logcfg.Config `json:"logConfig"` Json bool `json:"json,omitempty"` }
LoggingConfiguration describes logging configuration for a slave executables like plugins.
func (*LoggingConfiguration) Apply ¶
func (c *LoggingConfiguration) Apply() error
Click to show internal directories.
Click to hide internal directories.