# Functions
Maps key values pairs with a function (key, value) -> (new key, new value).
Drops all key value pairs where the key is in keys.
Return a single value corresponding to key in keyvals.
Pull the specified values from a structured log line into a map.
'Vectorises' values associated with repeated string keys member by collapsing many values into a single vector value.
# Constants
Call site for log invocation (go-stack.Call).
Logging channel, Info or Trace.
Top-level component (choose one) name.
Go error value.
Channels (can be used for semantic filtering through LoggingConfig).
Log message (string).
Globally unique identifier persisting while a single instance (root process) of this program/service is running.
Vector-valued scope.
Stack trace for log call.
Log time (time.Time).
No description provided by the author
# Type aliases
No description provided by the author