Documentation ¶
Index ¶
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(format string, v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func SetEnable(enable bool)
- func SetLevel(l CefLoggerLevel)
- type CefLogger
- type CefLoggerLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLevel ¶
func SetLevel(l CefLoggerLevel)
Types ¶
type CefLoggerLevel ¶
type CefLoggerLevel int8
const ( CefLog_Error CefLoggerLevel = iota CefLog_Info CefLog_Debug )
Click to show internal directories.
Click to hide internal directories.