Documentation
¶
Index ¶
Constants ¶
View Source
const (
LogFileName = "flogo.log"
)
Variables ¶
View Source
var (
//TestLog, _ = NewZapLogger(&Opt{LogOutput: CONSOLE, LogLevel: INFO})
BLogger, _ = NewZapLogger(
&Opt{
LogPath: os.TempDir(),
LogName: LogFileName,
MaxBackup: 100,
LogLevel: DEBUG,
LogOutput: ALL,
})
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.