Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Output = os.Stdout
Output default output
Functions ¶
func Begin ¶
func Begin(format string, a ...interface{})
Begin a new message to print log to standard output. Arguments are handled in the manner of fmt.Print.
func End ¶
End the message started with Begin to print log to standard output. Arguments are handled in the manner of fmt.Print.
func Error ¶
func Error(format string, a ...interface{})
Error print log to standard output. Arguments are handled in the manner of fmt.Print.
func Info ¶
func Info(format string, a ...interface{})
Info print log to standard output. Arguments are handled in the manner of fmt.Print.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.