|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogManager
Class responsible for everything that relates to the underlying logging mechanism.
Method Summary | |
---|---|
void |
backup(String namespace,
Date backupDate)
Backups the log for the given name space, and time stamps it with the given date. |
Appender |
createAppender(String namespace)
Creates a Log4J appender for the given name space. |
InputStream |
getLog(String namespace)
Gets the log for the given namespace. |
InputStream |
getLog(String namespace,
String jobId)
Gets the log for the given namespace and job identifier. |
Method Detail |
---|
Appender createAppender(String namespace) throws IOException
namespace
- namespace of the executing context
IOException
- problem creating the appenderInputStream getLog(String namespace) throws IOException
namespace
- namespace of the executing context
IOException
- problem getting logInputStream getLog(String namespace, String jobId) throws IOException
namespace
- namespace of the executing contextjobId
- job identifier
IOException
- problem getting logvoid backup(String namespace, Date backupDate) throws IOException
getLog(String)
method.
namespace
- namespace of the executing contextbackupDate
- date of this backup
IOException
- problem creating backup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |