LogLevel enum
Log level enum that maps to platform-specific log levels.
iOS: Uses log level names directly (off, error, warn, log, debug) Android: Uses log level names directly, but LogLevel.log maps to 'info' instead of 'log' in AmplitudeFlutterPlugin.kt Web: Uses index-based log levels internally, so string values don't affect behavior The mapping is: LogLevel.off -> LogLevel.None LogLevel.error -> LogLevel.Error LogLevel.warn -> LogLevel.Warn LogLevel.log -> LogLevel.Verbose LogLevel.debug -> LogLevel.Debug
Values
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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