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