|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.util.logging.Logging
public final class Logging
Provides simple logging access to the JDK logging system. Encog uses slf4j to abstract which log it uses. However, by default Encog uses JDK logging. This class can be used to manage JDK logging.
| Method Summary | |
|---|---|
static void |
allConsoleLogging()
Log everything to the console. |
static Handler |
getConsoleHandler()
|
static Logger |
getRootLogger()
|
static void |
setConsoleLevel(Level level)
Set the logging level for console. |
static void |
stopConsoleLogging()
Stop logging to the console. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void allConsoleLogging()
public static Handler getConsoleHandler()
public static Logger getRootLogger()
public static void setConsoleLevel(Level level)
level - The logging level.public static void stopConsoleLogging()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||