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