RLog

@Deprecated()
public class RLog

Deprecated

使用 io.rong.common.rlog.RLog 替换

Constructors

Link copied to clipboard
public void RLog()

Functions

Link copied to clipboard
public static int d(String tag, String msg)
Send a DEBUG log message.
Link copied to clipboard
public static int e(String tag, String msg)
Send an ERROR log message.
public static int e(String tag, String msg, Throwable tr)
Send a ERROR log message and log the exception.
Link copied to clipboard
public static int f(String tag, String msg)
Link copied to clipboard
public static int i(String tag, String msg)
Send an INFO log message.
Link copied to clipboard
public static int v(String tag, String msg)
Send a VERBOSE log message.
Link copied to clipboard
public static int w(String tag, String msg)
Send a WARN log message.