コード例 #1
0
ファイル: thrust.go プロジェクト: c-darwin/go-thrust
/*
Disable the internal *log.Logger instance
*/
func DisableLogger() {
	common.InitLogger("none")
}
コード例 #2
0
ファイル: thrust.go プロジェクト: c-darwin/go-thrust
/*
Initialize and Enable the internal *log.Logger.
*/
func InitLogger() {
	common.InitLogger("")
}