Documentation
¶
Overview ¶
Package log implements logging with 2 rule: a. Information should go to log file (it will be created in /tmp folder). b. Error also should go to stderr
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Consolef ¶
func Consolef(format string, args ...interface{})
Consolef logs on console or stdout Arguments are handled in the manner of fmt.Sprintf
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf logs with [error] tag in prefix Arguments are handled in the manner of fmt.Sprintf
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.