# 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.
# Type aliases
Level is the logging level.