utils/debug_log library

Properties

debugLog DebugLogCallback
log工具,支持超长文本打印
getter/setter pair

Functions

audienceLog(Object? msg) → void
imLog(Object? msg) → void
sdkLog(Object? msg) → void

Typedefs

DebugLogCallback = void Function(Object? message, {bool? forceLog, String? tag})