Class Logging
- java.lang.Object
-
- org.apache.manifoldcf.core.system.Logging
-
- org.apache.manifoldcf.agents.system.Logging
-
- org.apache.manifoldcf.crawler.system.Logging
-
public class Logging extends Logging
This class furnishes the logging environment for the crawler application.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
static org.apache.log4j.Logger
connectors
static org.apache.log4j.Logger
hopcount
static org.apache.log4j.Logger
jobs
static org.apache.log4j.Logger
scheduling
static org.apache.log4j.Logger
threads
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
initializeLoggers()
Initialize logger setup.-
Methods inherited from class org.apache.manifoldcf.core.system.Logging
getLogger, initializeLoggingSystem, newLogger, setLogLevels
-
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
threads
public static org.apache.log4j.Logger threads
-
jobs
public static org.apache.log4j.Logger jobs
-
connectors
public static org.apache.log4j.Logger connectors
-
hopcount
public static org.apache.log4j.Logger hopcount
-
scheduling
public static org.apache.log4j.Logger scheduling
-
-