Package | Description |
---|---|
com.norconex.jef4.log |
Classes related to logging.
|
com.norconex.jef4.status |
Job-status related classes.
|
com.norconex.jef4.suite |
Classes related to a job suite.
|
Modifier and Type | Class and Description |
---|---|
class |
FileLogManager
Log manager using the file system to store its logs.
|
class |
NoLogManager
Use this log manager if you do not want JEF to manage logs.
|
Modifier and Type | Method and Description |
---|---|
ILogManager |
JobSuiteStatusSnapshot.getLogManager() |
Modifier and Type | Method and Description |
---|---|
static JobSuiteStatusSnapshot |
JobSuiteStatusSnapshot.create(IJob rootJob,
ILogManager logManager) |
Modifier and Type | Method and Description |
---|---|
ILogManager |
JobSuiteConfig.getLogManager()
Gets the Log4J log manager.
|
ILogManager |
JobSuite.getLogManager() |
Modifier and Type | Method and Description |
---|---|
void |
JobSuiteConfig.setLogManager(ILogManager logManager) |
Copyright © 2007–2021 Norconex Inc.. All rights reserved.