Class Overview
Logger - a very simple logger, mainly used during development.
Is not based on log4j (to reduce external dependencies).
However, if needed, something like log4j could easily be
hooked in.
For speed reasons, the static variables are not protected
with semaphores. In other words, if you dynamicaly change the
logging settings, then some threads may still use the old setting.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
public
static
boolean
enabled
Public Constructors
Public Methods
public
final
boolean
isEnabled
()
public
final
void
log
(int level, String message)