public function LogError(tag:
string,
message: object):
void;
public void LogError(string tag,
object message);
public function
LogError(
tag:
string,
message: object,
context:
Object):
void;
public void
LogError(string
tag,
object
message,
Object context);