package
0.0.0-20200323142034-807201386efa
Repository: https://github.com/johnnadratowski/golang-neo4j-bolt-driver.git
Documentation: pkg.go.dev

# Functions

Error writes an error log in the format of Println.
Errorf writes an error log in the format of Printf.
Fatal writes an error log in the format of Fatalln.
Fatalf writes an error log in the format of Fatalf.
GetLevel gets the logging level.
Info writes an info log in the format of Println.
Infof writes an info log in the format of Printf.
Panic writes an error log in the format of Panicln.
Panicf writes an error log in the format of Panicf.
SetLevel sets the logging level of this package.
Trace writes a trace log in the format of Println.
Tracef writes a trace log in the format of Printf.

# Constants

ErrorLevel is error logging.
InfoLevel is info logging.
NoneLevel is no logging.
TraceLevel is trace logging.

# Variables

ErrorLog is the logger for error logging.
InfoLog is the logger for info logging.
TraceLog is the logger for trace logging.

# Type aliases

Level is the logging level.