# Functions
BumpCounter increments the value of a counter by 'value' and returns the new quantity, in a thread-safe way.
ExtraInfo will log a message at verbosity level 2 or higher.
FetchCounter retrieves a counter value in a thread-safe way.
Info will log a message at verbosity level 1 or higher.
PanicOn will panic if err is not nil.
ReportCounters will print the current counters, sorted into alphabetical order.
ReportTimings will print the current table of timing statistics to Stdout.
Time is used as a wrapper around activities you want timed.
# Variables
Verbose enables additional output.