summaryrefslogtreecommitdiff
path: root/common/log/log.go
AgeCommit message (Collapse)Author
2019-10-21Removed termmon and fixed compiler warningsBluesaxorcist
2015-05-26Fix doc comment for log.Debugf.David Fifield
2015-04-13Add routines for querying the log module state.Yawning Angel
Unless you have very good reason to do so, there should be no reason to actually call these ever, since the log messages are only generated if they will result in output being written to a log file.
2015-04-03Move logging wrappers into common/log, and add a DEBUG log level.Yawning Angel
Implements feature #15576.