GameballLogger class
Fail-silent SDK telemetry logger. Fires one diagnostic entry per call directly to api/v4.0/integrations/mobile/logs (forwarded to Datadog). The payload is sent as-is, immediately and fire-and-forget; this layer must never throw into, or block, the host app.
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
-
configure(
{required String apiKey, required String lang, String? apiPrefix}) → void - Configure the logger with the current SDK credentials. Called from init().
-
log(
String event, {Object? params}) → void -
Fire one SDK event immediately. Never throws.
paramsis sent as-is. -
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
- instance → GameballLogger
-
final