|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.common.Logging
public final class Logging
This class assists in standardizing logging practices across the application.
| Method Summary | |
|---|---|
static org.apache.commons.logging.Log |
makeDebugLogger()
Factory method creating a debug logger, that is, one set to the "debug" level. |
static org.apache.commons.logging.Log |
makeDefaultLogger()
Factory method creating a default logger, that is, one set to the "info" level. |
static org.apache.commons.logging.Log |
makeQuietLogger()
Factory method creating a quiet logger, that is, one set to the "error" level. |
static org.apache.commons.logging.Log |
makeWarningLogger()
Factory method creating a warning logger, that is, one set to the "warning" level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.commons.logging.Log makeDefaultLogger()
public static org.apache.commons.logging.Log makeDebugLogger()
public static org.apache.commons.logging.Log makeQuietLogger()
public static org.apache.commons.logging.Log makeWarningLogger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||