Documentation
¶
Index ¶
- Constants
- Variables
- func GoRoutineLogger(fn func(), routineDesc string)
- func GoRoutineLoggerWithId(fn func(), routineDesc string, Id string)
- func Log(dataValues ...interface{})
- func Message(message string, c Color)
- func Tail(path string, length int64) (data string)
- func TimeTrack(start time.Time, name string) (log string)
- func TimeTrackQuery(start time.Time, name string, collection *mgo.Collection, m bson.M, ...) (log string)
- func ViewRunningGophers()
- type Color
Constants ¶
View Source
const ( RED = 1 GREEN = 2 YELLOW = 3 BLUE = 4 MAGENTA = 5 CYAN = 6 WHITE = 7 )
Variables ¶
View Source
var GopherTimeRunning map[string]time.Time
View Source
var RunningGophers []string
View Source
var TotalSystemGoRoutines int32
View Source
var VerboseBornAndDeadGophers bool
Functions ¶
func GoRoutineLogger ¶
func GoRoutineLogger(fn func(), routineDesc string)
func GoRoutineLoggerWithId ¶
func TimeTrackQuery ¶
func ViewRunningGophers ¶
func ViewRunningGophers()
Types ¶
Click to show internal directories.
Click to hide internal directories.