LoggingConfigurations class
Per-environment LoggingConfiguration presets. The generated proto message
cannot be const-constructed, so the development/staging/production presets
live here as factory helpers (mirrors Swift's RALoggingConfiguration
extension in SDKLogger.swift).
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- defaults → LoggingConfiguration
-
Default configuration: local logging on, INFO floor, device metadata on.
no setter
- development → LoggingConfiguration
-
Development preset — verbose logging (matches Swift).
no setter
- production → LoggingConfiguration
-
Production preset — warnings + errors only, local logging off
(matches Swift).
no setter
- staging → LoggingConfiguration
-
Staging preset — info-level logging (matches Swift).
no setter
Static Methods
-
forEnvironment(
SDKEnvironment environment) → LoggingConfiguration -
Preset for an SDK environment. Mirrors Swift
RALoggingConfiguration.forEnvironment(_:)(unknown → development).