public static interface

Log.LogCallback

com.tencent.wcdb.support.Log.LogCallback

Class Overview

User defined logger interface. Implement this interface and pass an instance to setLogger(LogCallback) to redirect log outputs to custom loggers.

Summary

Public Methods
abstract void println(int priority, String tag, String msg)
Called whenever a log is being written.

Public Methods

public abstract void println (int priority, String tag, String msg)

Called whenever a log is being written.

Parameters
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