package
Version:
v0.0.0-...-c0334d6
Opens a new window with list of versions in this module.
Published: Aug 9, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
LOG_LEVEL_DEBUG = iota
LOG_LEVEL_INFO
LOG_LEVEL_WARN
LOG_LEVEL_ERROR
LOG_LEVEL_FATAL
)
func LogDebug(args ...interface{})
func LogError(args ...interface{})
func LogFatal(args ...interface{})
func LogInfo(args ...interface{})
func LogWarn(args ...interface{})
func SetLogLevel(level int)
set log level.
func (this *Pprof) Close()
close pprof.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.