|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Location | |
|---|---|
| com.sap.engine.services.servlets_jsp.lib.multipart | |
| 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. |
| Uses of Location in com.sap.engine.services.servlets_jsp.lib.multipart |
|---|
| Methods in com.sap.engine.services.servlets_jsp.lib.multipart with parameters of type Location | |
|---|---|
void |
MultipartParseException.setLogSettings(Category cat,
int severity,
Location loc)
Deprecated. |
| Uses of Location in com.sap.tc.logging |
|---|
| Methods in com.sap.tc.logging that return Location | |
|---|---|
static Location |
Location.getLocation(Class forClass)
Gets the location for the specified class. |
static Location |
Location.getLocation(Location loc,
String name)
Gets the location with the specified name relative to another location. |
static Location |
Location.getLocation(Object instance)
Gets the location for the class of the specified instance. |
static Location |
Location.getLocation(String name)
Gets the location with the specified name. |
static Location |
Location.getLocation(String name,
String vendor)
|
static Location |
Location.getLocation(String name,
String dcName,
String csnComponent)
|
Location |
Location.getParent()
Gets the parent location of this location. |
static Location |
Location.getRoot()
Gets the root location. |
| Methods in com.sap.tc.logging with parameters of type Location | |
|---|---|
static void |
LoggingUtilities.defaultConfiguration(Location location,
String traceFileName)
Use this method for stand alone tools only. |
LogRecord |
Category.error(Location loc,
MsgObject msgObject)
Same as Category.log(int,
Location,
MsgObject)
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.error(Location loc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
MsgObject,
java.lang.Object[])
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.error(Location loc,
Object msgCode)
Deprecated. |
LogRecord |
Category.error(Location loc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.error(Location loc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.error(Location loc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.error(Location loc,
String subLoc,
MsgObject msgObject)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject)
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.error(Location loc,
String subLoc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject,
java.lang.Object[])
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.error(Location loc,
String subloc,
Object msgCode)
Deprecated. |
LogRecord |
Category.error(Location loc,
String subloc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.error(Location loc,
String subloc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.error(Location loc,
String subloc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.errorT(Location loc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String)
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.errorT(Location loc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.Object[])
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.errorT(Location loc,
String subloc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String)
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.errorT(Location loc,
String subloc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String,
java.lang.Object[])
but always emits an error message, that is a message of severity
Severity.ERROR. |
LogRecord |
Category.fatal(Location loc,
MsgObject msgObject)
Same as Category.log(int,
Location,
MsgObject)
but always emits an fatal message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatal(Location loc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
MsgObject,
java.lang.Object[])
but always emits an fatal message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatal(Location loc,
Object msgCode)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
String subLoc,
MsgObject msgObject)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject)
but always emits an fatal message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatal(Location loc,
String subLoc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject,
java.lang.Object[])
but always emits an fatal message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatal(Location loc,
String subloc,
Object msgCode)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
String subloc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
String subloc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.fatal(Location loc,
String subloc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.fatalT(Location loc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String)
but always emits a fatal error message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatalT(Location loc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.Object[])
but always emits a fatal error message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatalT(Location loc,
String subloc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String)
but always emits a fatal error message, that is a message of severity
Severity.FATAL. |
LogRecord |
Category.fatalT(Location loc,
String subloc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String,
java.lang.Object[])
but always emits a fatal error message, that is a message of severity
Severity.FATAL. |
static Location |
Location.getLocation(Location loc,
String name)
Gets the location with the specified name relative to another location. |
LogRecord |
Category.info(Location loc,
MsgObject msgObject)
Same as Category.log(int,
Location,
MsgObject)
but always emits an info message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.info(Location loc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
MsgObject,
java.lang.Object[])
but always emits an info message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.info(Location loc,
Object msgCode)
Deprecated. |
LogRecord |
Category.info(Location loc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.info(Location loc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.info(Location loc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.info(Location loc,
String subLoc,
MsgObject msgObject)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject)
but always emits an info message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.info(Location loc,
String subLoc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject,
java.lang.Object[])
but always emits an info message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.info(Location loc,
String subloc,
Object msgCode)
Deprecated. |
LogRecord |
Category.info(Location loc,
String subloc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.info(Location loc,
String subloc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.info(Location loc,
String subloc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.infoT(Location loc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String)
but always emits an informational message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.infoT(Location loc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.Object[])
but always emits an informational message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.infoT(Location loc,
String subloc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String)
but always emits an informational message, that is a message of severity
Severity.INFO. |
LogRecord |
Category.infoT(Location loc,
String subloc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String,
java.lang.Object[])
but always emits an informational message, that is a message of severity
Severity.INFO. |
static LogRecord |
SimpleLogger.log(int severity,
Category category,
Location location,
String messageID,
String message)
Issues a log message through a Category. |
static LogRecord |
SimpleLogger.log(int severity,
Category category,
Location location,
String messageID,
String message,
Object... args)
Issues a log message through a Category. |
static LogRecord |
SimpleLogger.log(int severity,
Category category,
Location location,
String dcName,
String csnComponent,
String messageID,
String message,
Object... args)
Issues a log message through a Category. |
LogRecord |
Category.log(int severity,
Location loc,
MsgObject msgObject)
Logs message, specified as a message object, from the given location into this category. |
LogRecord |
Category.log(int severity,
Location loc,
MsgObject msgObject,
Object[] args)
Logs message, specified as a message object, from the given location into this category. |
LogRecord |
Category.log(int severity,
Location loc,
Object msgCode)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
String subLoc,
MsgObject msgObject)
Logs message, specified as a message object, from the given location into this category. |
LogRecord |
Category.log(int severity,
Location loc,
String subLoc,
MsgObject msgObject,
Object[] args)
Logs message, specified as a message object, from the given location into this category. |
LogRecord |
Category.log(int severity,
Location loc,
String subloc,
Object msgCode)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
String subloc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
String subloc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.log(int severity,
Location loc,
String subloc,
Object msgCode,
String msgClear)
Deprecated. |
static LogRecord |
LoggingUtilities.logAndTrace(int severity,
Category category,
Location location,
Throwable t,
String msgId,
String dcName,
String csnComponent,
String msg,
Object... messageArgs)
|
protected LogRecord |
LogController.logIntByAPI(int severity,
Location loc,
String subloc,
String msgCode,
String msgClear,
Object[] args)
|
protected LogRecord |
LogController.logIntByAPI(int severity,
Location loc,
String subloc,
String msgCode,
String msgClear,
Object[] args,
Throwable exc)
|
LogRecord |
Category.logT(int severity,
Location loc,
String msg)
Logs simple message from the given location into this category. |
LogRecord |
Category.logT(int severity,
Location loc,
String msg,
Object[] args)
Logs message with parameters from the given location into this category. |
LogRecord |
Category.logT(int severity,
Location loc,
String subloc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String)
but appends a string denoting a sublocation to the name of the location. |
LogRecord |
Category.logT(int severity,
Location loc,
String subloc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.Object[])
but appends a string denoting a sublocation to the name of the location. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
MsgObject msgObject,
Object[] args,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
MsgObject msgObject,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
Object msgCode,
Object[] args,
String msgClear,
Throwable exc)
Deprecated. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
Object msgCode,
String msgClear,
Throwable exc)
Deprecated. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
String subLoc,
MsgObject msgObject,
Object[] args,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
String subLoc,
MsgObject msgObject,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
String subloc,
Object msgCode,
Object[] args,
String msgClear,
Throwable exc)
Deprecated. |
LogRecord |
Category.logThrowable(int severity,
Location loc,
String subloc,
Object msgCode,
String msgClear,
Throwable exc)
Deprecated. |
LogRecord |
Category.logThrowableT(int severity,
Location loc,
String msg,
Object[] args,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowableT(int severity,
Location loc,
String subloc,
String msg,
Object[] args,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowableT(int severity,
Location loc,
String subloc,
String msg,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
LogRecord |
Category.logThrowableT(int severity,
Location loc,
String msg,
Throwable exc)
Logs message with stack trace of given exception, from the given location into this category. |
void |
Category.openGroup(int severity,
Location loc)
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id. |
void |
Category.openGroup(int severity,
Location loc,
String subloc)
Deprecated. Groups are not used and implementation was removed for memory usage improvement, Instead use correlation id. |
static void |
Location.setDCSeverity(Location location)
|
void |
Category.setEffectiveSeverity(Location relative)
Resets the effective severity of this category with respect to a location. |
void |
Category.setEffectiveSeverity(Location relative,
int severity)
Sets the effective severity of this category with respect to a location. |
void |
Category.setMaximumSeverity(Location relative)
Resets the maximum severity of this category with respect to a location. |
void |
Category.setMaximumSeverity(Location relative,
int severity)
Sets the maximum severity of this category with respect to a location. |
void |
Category.setMinimumSeverity(Location relative)
Resets the minimum severity of this category with respect to a location. |
void |
Category.setMinimumSeverity(Location relative,
int severity)
Sets the minimum severity of this category with respect to a location. |
static LogRecord |
SimpleLogger.trace(int severity,
Location location,
String message)
Issues a trace message through a Location |
static LogRecord |
SimpleLogger.trace(int severity,
Location location,
String message,
Object... args)
Issues a trace message through a Location. |
static LogRecord |
SimpleLogger.trace(int severity,
Location location,
String messageID,
String message)
Issues a trace message through a Location. |
static LogRecord |
SimpleLogger.trace(int severity,
Location location,
String messageID,
String message,
Object... args)
Issues a trace message through a Location. |
static LogRecord |
SimpleLogger.trace(int severity,
Location location,
String dcName,
String csnComponent,
String messageID,
String message,
Throwable exc,
Object... args)
Issues a trace message through a Location. |
static LogRecord |
SimpleLogger.traceThrowable(int severity,
Location location,
String messageID,
String message,
Throwable exc)
Issues a trace message through a Location. |
static LogRecord |
SimpleLogger.traceThrowable(int severity,
Location location,
String message,
Throwable exc)
Issues a trace message through a Location. traceThrowable methods are designed to format and write exception stacktraces. |
static LogRecord |
SimpleLogger.traceThrowable(int severity,
Location location,
Throwable exc,
String messageID,
String message,
Object... args)
Issues a trace message through a Location. |
LogRecord |
Category.warning(Location loc,
MsgObject msgObject)
Same as Category.log(int,
Location,
MsgObject)
but always emits an warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warning(Location loc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
MsgObject,
java.lang.Object[])
but always emits an warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warning(Location loc,
Object msgCode)
Deprecated. |
LogRecord |
Category.warning(Location loc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.warning(Location loc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.warning(Location loc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.warning(Location loc,
String subLoc,
MsgObject msgObject)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject)
but always emits an warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warning(Location loc,
String subLoc,
MsgObject msgObject,
Object[] args)
Same as Category.log(int,
Location,
java.lang.String,
MsgObject,
java.lang.Object[])
but always emits an warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warning(Location loc,
String subloc,
Object msgCode)
Deprecated. |
LogRecord |
Category.warning(Location loc,
String subloc,
Object msgCode,
Object[] args)
Deprecated. |
LogRecord |
Category.warning(Location loc,
String subloc,
Object msgCode,
Object[] args,
String msgClear)
Deprecated. |
LogRecord |
Category.warning(Location loc,
String subloc,
Object msgCode,
String msgClear)
Deprecated. |
LogRecord |
Category.warningT(Location loc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String)
but always emits a warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warningT(Location loc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.Object[])
but always emits a warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warningT(Location loc,
String subloc,
String msg)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String)
but always emits a warning message, that is a message of severity
Severity.WARNING. |
LogRecord |
Category.warningT(Location loc,
String subloc,
String msg,
Object[] args)
Same as Category.logT(int,
Location,
java.lang.String,
java.lang.String,
java.lang.Object[])
but always emits a warning message, that is a message of severity
Severity.WARNING. |
| Constructors in com.sap.tc.logging with parameters of type Location | |
|---|---|
Location(String name,
Location parent)
|
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||