MetadataKeys
public struct MetadataKeys
The key values used in RediStack for storing Logging.Logger.Metadata
in log messages.
Only keys used in logs of Logging.Logger.LogLevel
.info
or higher are provided.
-
An error that has been tracked.
Declaration
Swift
public static var error: String { get }
-
The ID of the connection that generated the log.
Declaration
Swift
public static var connectionID: String { get }
-
The ID of the connection pool that generated the log, or owns the connection that generated the log.
Declaration
Swift
public static var connectionPoolID: String { get }
-
The list of address(es) that a given pool is now targeting.
Declaration
Swift
public static var newConnectionPoolTargetAddresses: String { get }