Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type GlogWriter ¶
type GlogWriter struct{}
GlogWriter serves as a bridge between the standard log package and the glog package.
func (GlogWriter) Output ¶
func (writer GlogWriter) Output(calldepth int, s string) error
Output for mgo logger
func (GlogWriter) Print ¶
func (writer GlogWriter) Print(v ...interface{})
func (GlogWriter) Printf ¶
func (writer GlogWriter) Printf(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.