Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logging ¶
type Logging struct {
Config *LoggingConfig
}
type LoggingConfig ¶
type LoggingConfig struct { LogAccess bool `json:"logAccess"` LogDebug bool `json:"logDebug"` LogTimes bool `json:"logTimes"` // contains filtered or unexported fields }
func NewConfig ¶
func NewConfig() *LoggingConfig
func (*LoggingConfig) Read ¶
func (o *LoggingConfig) Read()
Click to show internal directories.
Click to hide internal directories.