|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogController | |
|---|---|
| com.sap.tc.logging | Provides the classes for emitting and controlling the output of trace and log messages, and the classes for organizing hierarchies of message kinds, origins and destinations. |
| com.sap.tc.logging.interfaces | |
| Uses of LogController in com.sap.tc.logging |
|---|
| Subclasses of LogController in com.sap.tc.logging | |
|---|---|
class |
Category
Describes messages specific to distinguished problem areas and is above all used to emit log messages. |
class |
Location
Describes messages that originate from delimited source code areas and is above all used to emit trace messages. |
| Methods in com.sap.tc.logging that return LogController | |
|---|---|
protected LogController |
Log.getLocalLogOwner()
|
LogController[] |
LogController.getRelatives()
Deprecated. |
LogController[] |
Group.getRelatives()
|
LogController |
LogRecord.getSource()
Deprecated. Not supported anymore - always return null |
protected LogController |
PropertiesConfigurator.parseLogController(String name,
String forKey)
|
| Methods in com.sap.tc.logging that return types with arguments of type LogController | |
|---|---|
Collection<LogController> |
LogController.getChildren()
Gets the collection of children of this log controller. |
| Methods in com.sap.tc.logging with parameters of type LogController | |
|---|---|
boolean |
LogController.beDebug(LogController relative)
Deprecated. |
boolean |
LogController.beDebug(LogController[] relatives)
Deprecated. |
boolean |
LogController.beError(LogController relative)
Deprecated. |
boolean |
LogController.beError(LogController[] relatives)
Deprecated. |
boolean |
LogController.beFatal(LogController relative)
Deprecated. |
boolean |
LogController.beFatal(LogController[] relatives)
Deprecated. |
boolean |
LogController.beInfo(LogController relative)
Deprecated. |
boolean |
LogController.beInfo(LogController[] relatives)
Deprecated. |
boolean |
LogController.beLogged(int severity,
LogController relative)
Deprecated. |
boolean |
LogController.beLogged(int severity,
LogController[] relatives)
Deprecated. |
boolean |
LogController.bePath(LogController relative)
Deprecated. |
boolean |
LogController.bePath(LogController[] relatives)
Deprecated. |
boolean |
LogController.beWarning(LogController relative)
Deprecated. |
boolean |
LogController.beWarning(LogController[] relatives)
Deprecated. |
void |
Group.close(LogController src)
|
protected String[] |
LogController.convertRelatives(LogController[] relatives)
|
protected String[] |
Location.convertRelatives(LogController[] relatives)
|
int |
LogController.getEffectiveSeverity(LogController relative)
Deprecated. |
int |
LogController.getEffectiveSeverity(LogController[] relatives)
Deprecated. |
int |
LogController.getMaximumSeverity(LogController relative)
Deprecated. |
int |
LogController.getMaximumSeverity(LogController[] relatives)
Deprecated. |
int |
LogController.getMinimumSeverity(LogController relative)
Deprecated. |
int |
LogController.getMinimumSeverity(LogController[] relatives)
Deprecated. |
void |
ResetLogControllerListener.handleEvent(LogController evt,
boolean isResetTree)
|
static boolean |
SimpleLogger.isWritable(int severity,
LogController lc)
Determines if a message with provided severity will pass severity check for Log Controller and will be written |
protected void |
LoggingManager.notifyLogControllerReset(LogController logController,
boolean isResetTree)
|
void |
Group.open(LogController src)
|
protected void |
Log.setLocalLogOwner(LogController owner)
|
| Constructors in com.sap.tc.logging with parameters of type LogController | |
|---|---|
LogRecord(LogController source,
String locName,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
Object[] args)
|
|
LogRecord(LogController source,
String locName,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
Object[] args,
Throwable msgExc)
|
|
LogRecord(LogController source,
String locName,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
Object[] args,
Throwable msgExc,
String csnComponent)
|
|
LogRecord(LogController source,
String locName,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
String[] args)
|
|
LogRecord(LogController source,
String locName,
Thread thr,
int severity,
LogController[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
Object[] args)
Deprecated. |
|
LogRecord(LogController source,
String locName,
Thread thr,
int severity,
LogController[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
Object[] args)
Deprecated. |
|
LogRecord(LogController source,
String locName,
Thread thr,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
Object[] args)
|
|
LogRecord(LogController source,
String locName,
Thread thr,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
String[] args)
Deprecated. - obsolete - some LogRecord properties were removed and new were introduced with CL 189383 / perforce 3301 |
|
LogRecord(LogController source,
String locName,
Thread thr,
int severity,
String[] relatives,
int msgType,
Object msgCode,
String resourceBundleName,
String msgClear,
String[] args,
String csnComponent)
|
|
LogRecord(String msgId,
Date time,
String source,
int severity,
String loc,
LogController[] relatives,
String groupId,
int level,
int indent,
String thr,
int msgType,
String msgCode,
String resourceBundleName,
String msgClear,
String[] args,
String application,
String user,
String session,
String transaction)
|
|
| Uses of LogController in com.sap.tc.logging.interfaces |
|---|
| Methods in com.sap.tc.logging.interfaces that return LogController | |
|---|---|
LogController |
ILogRecord.getSource()
Gets the log controller this log record came from. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||