package
0.5.3-rc1
Repository: https://github.com/containous/mesos-dns.git
Documentation: pkg.go.dev

# Functions

PrintCurLog prints out the current LogOut and then resets.
SetupLogs provides the following logs Verbose = optional verbosity VeryVerbose = optional verbosity Error = stderr.

# Variables

CurLog is the default package level LogOut.
Error is this package's error Logger.
Verbose is this package's verbose Logger.
VerboseFlag enables verbose logging if set to true.
VeryVerbose is this package's very verbose Logger.
VeryVerboseFlag enables very verbose logging if set to true.

# Structs

LogCounter implements the Counter interface with a uint64 register.
LogOut holds metrics captured in an instrumented runtime.

# Interfaces

Counter defines an interface for a monotonically incrementing value.