TencentSdkLogEvent class

SDK 内部运行日志事件。

映射来源:Android TencentLocationLogListener.onSDKRunningLogChanged(int logLevel, String log)

仅 Android 原生会产出此事件,其它平台不发出。

Constructors

TencentSdkLogEvent({required int level, required String log})
const
TencentSdkLogEvent.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
level int
日志级别(Android android.util.Log 的常量): 2=VERBOSE, 3=DEBUG, 4=INFO, 5=WARN, 6=ERROR
final
log String
日志正文。
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited