log

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Log_console    bool         = true
	Log_Dir        string       = "logs"
	Log_Filename   string       = "app.log"
	Log_MaxBackup  int32        = 1000
	Log_SizeBackup int64        = 10240
	Log_Level      logger.LEVEL = logger.DEBUG
)

const (

ALL LEVEL = iota
DEBUG
INFO
WARN
ERROR
FATAL
OFF

)

Variables

This section is empty.

Functions

func Debug

func Debug(v ...interface{})

func Error

func Error(v ...interface{})

func Fatal

func Fatal(v ...interface{})

func Info

func Info(v ...interface{})

func Warn

func Warn(v ...interface{})

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL