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);