Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingProvider ¶
type LoggingProvider interface {
Log(string, ...interface{})
LogWithLevel(Severity, string, ...interface{})
}
LoggingProvider defines a generic logging provider
Click to show internal directories.
Click to hide internal directories.