声明
public void
Log(
LogType logType, object
message);
声明
public void
Log(
LogType logType, object
message,
Object context);
声明
public void
Log(
LogType logType, string
tag, object
message);
声明
public void
Log(
LogType logType, string
tag, object
message,
Object context);
声明
public void Log(object message);
声明
public void Log(string tag, object message);
声明
public void
Log(string
tag, object
message,
Object context);