|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBaseLog
| Method Summary | |
|---|---|
void |
addFilter(IFilter filter)
Adds another filter that controls messages flow via this log. |
void |
close()
Closes this log object. |
String |
getEncoding()
Gets the canonical name of the character encoding that is used for this log. |
IFilter |
getFilter(int index)
Gets the filter that control messages flow via this log. |
Collection |
getFilters()
Gets the filters that control messages flow via this log. |
String |
getFooter()
Sets the footer text of this log. |
Formatter |
getFormatter()
Gets the formatter that dictates the format of log records in this log. |
String |
getHeader()
Gets the header text of this log. |
int |
getMode()
Get current working mode |
String |
getPattern()
Gets the name pattern of this file log. |
String |
getSource()
Gets the source name of this file log. |
boolean |
isClosed()
Check is this log closed. |
boolean |
isOpened()
Check is this log opened. |
void |
open()
Open this log object. |
void |
removeFilter(IFilter filter)
Removes a filter so that it no longer controls messages flow via this log. |
void |
removeFilters()
Removes all filters associated with this log. |
void |
setEncoding(String enc)
Sets the named character encoding to be used for this log. |
void |
setFormatter(Formatter formatter)
Sets the formatter that dictates the format of log records in this log. |
void |
setMode(int mode)
Set current working mode. |
void |
setPattern(String value)
Sets the name pattern of this log. |
void |
setSource(String value)
Sets the source name of this log. |
int |
status()
Status of this log object. |
| Methods inherited from interface com.sap.tc.logging.interfaces.IObjectInfo |
|---|
getDescription, getName, getVerInUse |
| Method Detail |
|---|
String getPattern()
setPattern(java.lang.String)void setPattern(String value)
String getSource()
setSource(java.lang.String)void setSource(String value)
setPattern(java.lang.String)Formatter getFormatter()
setFormatter(Formatter)void setFormatter(Formatter formatter)
formatter - - Formatter instance.
if formatter == null, default ListFormatter() will be created!getFormatter()String getHeader()
#setHeader(java.lang.String)String getFooter()
#setHeader(java.lang.String)String getEncoding()
setEncoding(java.lang.String)void setEncoding(String enc)
enc - Name of character encodinggetEncoding()void addFilter(IFilter filter)
filter - New filtervoid removeFilter(IFilter filter)
filter - Filter to be removedIFilter getFilter(int index)
Collection getFilters()
void removeFilters()
void close()
throws CloseException
CloseException
void open()
throws OpenException
OpenExceptionboolean isClosed()
boolean isOpened()
int status()
int getMode()
void setMode(int mode)
| Access Rights |
|---|
| 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
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||