Documentation ¶
Overview ¶
Package keyvalue provides some standard key/value pair values usable for the key/value list of logging messages. They bundle key and value and provide standardizes keys for various use cases, like errors, ids or names.
Own standard key/value pairs can be defined in own packages by using the logging.KeyValue function.
Those values can be used as single argument representing a key/value pair together with a sequence of key and value arguments in the argument list of the logging methods.
Index ¶
Constants ¶
View Source
const ELEMENT = "element"
View Source
const ERROR = "error"
View Source
const ID = "id"
View Source
const NAME = "name"
View Source
const NAMESPACE = "namespace"
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.