com.sap.tc.logging
Class OverwriteLogfileEvent
java.lang.Object
com.sap.tc.logging.OverwriteLogfileEvent
- All Implemented Interfaces:
- Event
public class OverwriteLogfileEvent
- extends Object
- implements Event
This event will be fired when an existing logfile is being cleaned up and
overwritten with new messages.
This can happen when:
When a filelog has been defined with rotating feature, and existing file in
the rotating sequence is overwritten by the continuous growth of messages.
Or even for a single logfile, if it already exists, for example from the previous
run of the application and has not been physically removed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverwriteLogfileEvent
public OverwriteLogfileEvent(FileLog fileLog)
getFileLimit
public int getFileLimit()
- Deprecated. Use .getFileLog().getLimit()
- See Also:
#FileLog.getLimit()
getFileCnt
public int getFileCnt()
- Deprecated. Use .getFileLog().getCnt()
- See Also:
#FileLog.getCnt()
getFileName
public String getFileName()
- Deprecated. Use .getFileLog().getFileName()
- See Also:
#FileLog.getFileName()
getFileLog
public FileLog getFileLog()
This class can be accessed from:
|
SC
|
DC
|
[sap.com] FRAMEWORK
|
[sap.com] tc/ddic/ddicruntime
|
[sap.com] ENGINEAPI
|
[sap.com] tc/logging
|
[sap.com] ENGFACADE
|
[sap.com] tc/bl/logging/api
|
[sap.com] CORE-TOOLS
|
[sap.com] com.sap.engine.client.lib
|
[sap.com] BRMS-FACADE
|
[sap.com] tc/brms/facade
|
Copyright 2010 SAP AG Complete Copyright Notice