# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Fatal is equivalent to Print() followed by a call to os.Exit(1).
Fatalf is equivalent to Printf() followed by a call to os.Exit(1).
Fatalln is equivalent to Println() followed by a call to os.Exit(1).
Flags returns the output flags for the standard logger.
No description provided by the author
No description provided by the author
No description provided by the author
New creates a new Logger.
Panic is equivalent to Print() followed by a call to panic().
Panicf is equivalent to Printf() followed by a call to panic().
Panicln is equivalent to Println() followed by a call to panic().
Prefix returns the output prefix for the standard logger.
Print calls Output to print to the standard logger.
Printf calls Output to print to the standard logger.
Println calls Output to print to the standard logger.
SetFlags sets the output flags for the standard logger.
SetOutput sets the output destination for the standard logger.
No description provided by the author
SetPrefix sets the output prefix for the standard logger.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
the date: 2009/0123.
No description provided by the author
These flags define which text to prefix to each log entry generated by the Logger.
No description provided by the author
No description provided by the author
No description provided by the author
level: 0(Debug), 1(Info), 2(Warn), 3(Error), 4(Panic), 5(Fatal).
full file name and line number: /a/b/c/d.go:23.
microsecond resolution: 01:23:23.123123.
module name.
No description provided by the author
final file name element and line number: d.go:23.
initial values for the standard logger.
the time: 01:23:23.
No description provided by the author
# Variables
No description provided by the author