Literals
Namespace: Semagle.Logging
Module that contains the 'known' keys of the Maps in the Message type's context.
Functions and values
Function or value | Description |
ErrorsContextName
Signature: string
Attributes:
[<Literal>]
|
|
FacadeLanguage
Signature: string
|
What language this Facade has. This controls things like naming standards.
|
FacadeVersion
Signature: uint32
|
What version of the Facade is this. This is a major version that allows the Facade
adapter to choose how it handles the API.
|
FieldsPrefix
Signature: string
Attributes:
[<Literal>]
|
To recognize all fields for generate formatted msg
|
GaugeNamePrefix
Signature: string
Attributes:
[<Literal>]
|
To recognize all gauge fields for generate formatted msg
|
GaugeTag
Signature: string
Attributes:
[<Literal>]
|
All gauges should have this tag. It's added whenever a gauge is added to the message.
|
TagsContextName
Signature: string
Attributes:
[<Literal>]
|
The tags context field
|