|
Ujorm release 1.22 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.logger.UjoLoggerFactory
public final class UjoLoggerFactory
Bridge to logging framework JSF4J.
| Constructor Summary | |
|---|---|
UjoLoggerFactory(java.lang.Class name)
Konstructor |
|
| Method Summary | |
|---|---|
static UjoLogger |
getLogger(java.lang.Class<?> name)
|
boolean |
isLoggable(java.util.logging.Level level)
|
void |
log(java.util.logging.Level level,
java.lang.String message)
|
void |
log(java.util.logging.Level level,
java.lang.String message,
java.lang.Object... parameters)
|
void |
log(java.util.logging.Level level,
java.lang.String message,
java.lang.Throwable e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UjoLoggerFactory(java.lang.Class name)
| Method Detail |
|---|
public boolean isLoggable(java.util.logging.Level level)
isLoggable in interface UjoLogger
public void log(java.util.logging.Level level,
java.lang.String message)
log in interface UjoLoggerlevel - One of the message level identifiers, e.g. SEVERE
public void log(java.util.logging.Level level,
java.lang.String message,
java.lang.Throwable e)
log in interface UjoLoggerlevel - One of the message level identifiers, e.g. SEVERE
public void log(java.util.logging.Level level,
java.lang.String message,
java.lang.Object... parameters)
log in interface UjoLoggerpublic static UjoLogger getLogger(java.lang.Class<?> name)
|
Ujorm release 1.22 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||