com.tencent.wcdb.support.Log.LogCallback |
User defined logger interface. Implement this interface and pass
an instance to setLogger(LogCallback)
to redirect log
outputs to custom loggers.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
println(int priority, String tag, String msg)
Called whenever a log is being written.
|
Called whenever a log is being written.
priority | the priority of this log message. Use constants in Android logging API, android.util.Log |
---|---|
tag | tag of this log message |
msg | message content |