sdk_logging library
Constants
- meherySenderLogPrefix → const String
-
Prefix for all SDK diagnostic output. Filter logcat / Xcode console with
[MeherySender]to separate Mehery logs from the host app.
Properties
- meherySenderApiLoggingEnabled ↔ bool
-
When
true, SDK HTTP, push, registration, and in-app diagnostics are logged via meherySenderLog. Defaults to kDebugMode; set totruebefore SDK init to debug release/profile builds.getter/setter pair
Functions
-
meherySenderLog(
String message, {String? tag}) → void -
Logs a single line when meherySenderApiLoggingEnabled is
true.