FlourishLog class
Centralized logging for the Flourish SDK.
Wraps dart:developer log() with a consistent source name and severity
levels, and redacts sensitive data before it reaches device/production logs.
Filter by the FlourishSDK name in DevTools to see only SDK logs.
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 Methods
-
info(
String message) → void -
redactUri(
Uri uri) → String -
Masks sensitive query params (e.g. the auth token) in a URI so it can be
logged without leaking secrets. Returns the URI as a string with the
token/apiTokenvalues replaced by[REDACTED]. -
severe(
String message, {Object? error}) → void -
warning(
String message) → void