package
0.0.0-20210509133322-082114d9069b
Repository: https://github.com/fatih/go-mysqlstack.git
Documentation: pkg.go.dev

# Functions

GetLog returns Log.
Level used to set the log level.
Name used to set the name.
NewLog creates the new log.
NewStdLog creates a new std log.
NewSysLog creates a new sys log.
NewXLog creates a new xlog.

# Constants

D_LOG_FLAGS is the default log flags.
DEBUG enum.
ERROR enum.
FATAL enum.
INFO enum.
PANIC enum.
WARNING enum.

# Variables

LevelNames represents the string name of all levels.

# Structs

Log struct.
Options used for the options of the xlog.

# Type aliases

LogLevel used for log level.
Option func.