MCPcopy Create free account
hub / github.com/devfeel/dotweb / xLog

Struct xLog

logger/xlog.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type xLog struct {
23 logRootPath string
24 logChan_Custom chan chanLog
25 enabledLog bool
26 enabledConsole bool
27}
28
29// NewXLog create new xLog
30func NewXLog() *xLog {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected