Documentation ¶
Index ¶
Constants ¶
View Source
const ( InfoLogFileName = "info%s.log" PanicLogFileName = "panic%s.log" )
View Source
const ( InitialLogCacheInfo = "INFO" InitialLogCacheWarrning = "WARNING" InitialLogCacheError = "ERROR" InitialLogCachePanic = "PANIC" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitialLogCache ¶ added in v0.0.2
type InitialLogCache struct {
// contains filtered or unexported fields
}
func NewInitialLogCache ¶ added in v0.0.2
func NewInitialLogCache(logType InitialLogCacheErrorType, logMsg string) *InitialLogCache
type InitialLogCacheErrorType ¶ added in v0.0.2
type InitialLogCacheErrorType string
Click to show internal directories.
Click to hide internal directories.