Package | Description |
---|---|
org.safs.staf.service.logging |
Modifier and Type | Method and Description |
---|---|
abstract void |
STAFFileLogItem.close()
Close this log.
|
void |
SLSLogFacility.close()
Closes this log facility.
|
void |
EmbeddedXMLLogItem.close()
Close this log if enabled and open.
|
void |
EmbeddedTextLogItem.close()
Close this log if enabled and open.
|
void |
AbstractSTAFXmlLogItem.close()
Close this log if enabled and open.
|
void |
AbstractSTAFTextLogItem.close()
Close this log if enabled and open.
|
protected abstract void |
SLSLogFacility.closeNow()
Closes this log facility immediately.
|
void |
RemoteSLSLogFacility.closeNow()
Closes this log facility immediately by submitting a CLOSE request to
the remote logging service.
|
void |
LocalSLSLogFacility.closeNow()
Closes all logs immediately.
|
protected void |
STAFFileLogItem.finalizeLogFile()
Finalizes the detination log file.
|
protected void |
EmbeddedXMLLogItem.finalizeLogFile() |
protected void |
EmbeddedTextLogItem.finalizeLogFile() |
Constructor and Description |
---|
LocalSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String csvc,
boolean overwrite,
ServiceDebugLog debugLog)
Creates a
LocalSLSLogFacility . |
LocalSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String csvc,
ServiceDebugLog debugLog)
Creates a
LocalSLSLogFacility . |
RemoteSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface h,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String machine,
java.lang.String service,
boolean overwrite,
ServiceDebugLog debugLog)
Creates a
RemoteSLSLogFacility . |
RemoteSLSLogFacility(java.lang.String name,
long mode,
int level,
java.lang.String linked,
HandleInterface handle,
java.lang.String dir,
LogItemDictionary logs,
java.lang.String machine,
java.lang.String service,
ServiceDebugLog debugLog)
Creates a
RemoteSLSLogFacility . |
Copyright © SAS Institute. All Rights Reserved.