Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct {
CommandArgs []string
LogLocationDebug string
LogLocationError string
LogLocationInfo string
TrafficServerConfigDir string
TrafficServerPluginDir string
}
func InitConfig ¶
InitConfig() intializes the configuration variables and loggers.
func (Cfg) DebugLog ¶
func (cfg Cfg) DebugLog() log.LogLocation
func (Cfg) ErrorLog ¶
func (cfg Cfg) ErrorLog() log.LogLocation
func (Cfg) EventLog ¶
func (cfg Cfg) EventLog() log.LogLocation
func (Cfg) InfoLog ¶
func (cfg Cfg) InfoLog() log.LogLocation
func (Cfg) WarningLog ¶
func (cfg Cfg) WarningLog() log.LogLocation
Click to show internal directories.
Click to hide internal directories.