Method Summary |
|
public synchronized String | getPrefix() Returns prefix for messages. |
abstract public void | print(String message) Prints string to this log w/o line feed. |
abstract public void | printError(String message) Prints message to this log. |
abstract public void | printError(String message, Throwable throwable) Prints exception info to this log with explaining message. |
abstract public void | printError(Throwable throwable) Prints exception info to this log with explaining message. |
abstract public void | println(String message) Prints a string to this log with line feed. |
public synchronized void | setPrefix(String prefix) Sets prefix for messages. |