A B C D E F G H I J L M N O P R S T U V W X

A

action - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
ACTION_HELP - Static variable in class com.sap.tc.logging.tools.lv.LVActionConstants
 
ACTION_READ_FILE_PATH - Static variable in class com.sap.tc.logging.tools.lv.LVActionConstants
 
ACTION_UNKNOWN - Static variable in class com.sap.tc.logging.tools.lv.LVActionConstants
 
ACTION_VERSION - Static variable in class com.sap.tc.logging.tools.lv.LVActionConstants
 
add(LogRecord) - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
addFilter(Filter) - Method in class com.sap.tc.logging.LogController
Adds another filter that, besides the effective severity, controls output via this log controller.
addFilter(Filter) - Method in class com.sap.tc.logging.Log
Adds another filter that controls writing of messages via this log.
addFilter(Filter) - Method in interface com.sap.tc.logging.interfaces.ILog
Adds another filter that controls writing of messages via this log.
addFilter(IFilter) - Method in class com.sap.tc.logging.BaseLog
 
addFilter(IFilter) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Adds another filter that controls messages flow via this log.
addListener(EventListener) - Method in class com.sap.tc.logging.LoggingManager
To add a listener to the logging tool
addListener(EventListener) - Method in interface com.sap.tc.logging.EventDispatcher
To add a listener to the logging tool
addLocalLog(Log) - Method in class com.sap.tc.logging.LogController
Adds another local log for this log controller to write messages to.
addLog(Log) - Method in class com.sap.tc.logging.LogController
Adds another log for this log controller to write messages to.
addPrivateLog(Log) - Method in class com.sap.tc.logging.LogController
Adds another private log for this log controller to write messages to.
ALL - Static variable in class com.sap.tc.logging.Severity
Severity that allows all messages to be written.
ALL - Static variable in class com.sap.tc.loggingStandard.Level
 
ALLTYPES - Static variable in class com.sap.tc.logging.FormatterType
Returns an immutable list of predefined formatter types.
APILogger - class com.sap.tc.logging.APILogger.
 
APILogger() - Constructor for class com.sap.tc.logging.APILogger
 
APPLICATION - Static variable in class com.sap.tc.logging.Category
Deprecated. Use APPLICATIONS
APPLICATIONS - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_ARCHIVING - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_BACKUP - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_CONFIGURATION - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_FAILOVER - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_INFRASTRUCTURE - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_RESOURCES - Static variable in class com.sap.tc.logging.Category
 
APPS_COMMON_SECURITY - Static variable in class com.sap.tc.logging.Category
 
areLoggingAttributesEditable() - Method in interface com.sap.tc.logging.interfaces.IReadableLog
This method verifies whether the attributes like severity can be set.
areLoggingAttributesEditable() - Method in class com.sap.tc.logging.reader.ReadableLog
This method verifies whether the attributes like severity can be set.
assertion(boolean, String) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.ERROR which indicates that an assertion has failed.
assertion(Category[], boolean, String) - Method in class com.sap.tc.logging.Location
Logs message of the specified categories and severity Severity.ERROR which indicates that an assertion has failed.
assertion(Category[], String, boolean, String) - Method in class com.sap.tc.logging.Location
Same as Location.assertion(Category[], boolean, java.lang.String) but appends a string denoting a sublocation to the name of this location.
assertion(Category, boolean, String) - Method in class com.sap.tc.logging.Location
Logs message of the specified category and severity Severity.ERROR which indicates that an assertion has failed.
assertion(Category, String, boolean, String) - Method in class com.sap.tc.logging.Location
Same as Location.assertion(Category, boolean, java.lang.String) but appends a string denoting a sublocation to the name of this location.
assertion(String, boolean, String) - Method in class com.sap.tc.logging.Location
Same as Location.assertion(boolean, java.lang.String) but appends a string denoting a sublocation to the name of this location.

B

BaseLog - class com.sap.tc.logging.BaseLog.
 
BaseLog() - Constructor for class com.sap.tc.logging.BaseLog
 
beDebug() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a debug message, that is a message with severity Severity.DEBUG.
beDebug(LogController) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but always checks for a debug message, that is a message with severity Severity.DEBUG.
beDebug(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController[]) but always checks for a debug message, that is a message with severity Severity.DEBUG.
beError() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for an error message, that is a message with severity Severity.ERROR.
beError(LogController) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but always checks for an error message, that is a message with severity Severity.ERROR.
beError(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController[]) but always checks for an error message, that is a message with severity Severity.ERROR.
beFatal() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a fatal error message, that is a message with severity Severity.FATAL.
beFatal(LogController) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but always checks for a fatal error message, that is a message with severity Severity.FATAL.
beFatal(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController[]) but always checks for a fatal error message, that is a message with severity Severity.FATAL.
beGroup() - Method in class com.sap.tc.logging.LogController
Checks whether a message with group severity would be written via this log controller.
beGroup() - Method in class com.sap.tc.logging.Log
Deprecated. Not supported anymore. Always return False!
beInfo() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for an informational message, that is a message with severity Severity.INFO.
beInfo(LogController) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but always checks for an informational message, that is a message with severity Severity.INFO.
beInfo(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController[]) but always checks for an informational message, that is a message with severity Severity.INFO.
beLogged(int) - Method in class com.sap.tc.logging.LogController
Checks whether a message with the specified severity would be written via this log controller.
beLogged(int) - Method in class com.sap.tc.logging.Log
Checks whether a message with the specified severity would be written via this log.
beLogged(int) - Method in interface com.sap.tc.logging.interfaces.ILog
Checks whether a message with the specified severity would be written via this log.
beLogged(int, LogController) - Method in class com.sap.tc.logging.LogController
Checks whether a message with the specified severity would be written via this log controller with respect to another log controller.
beLogged(int, LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but returns true if one of the specified log controllers yields a positive result.
beLogged(LogRecord) - Method in interface com.sap.tc.logging.Filter
Decides whether a log record should be written to a log.
bePath() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a path message, that is a message with severity Severity.PATH.
bePath(LogController) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but always checks for a path message, that is a message with severity Severity.PATH.
bePath(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController[]) but always checks for a path message, that is a message with severity Severity.PATH.
beRead(byte[]) - Method in interface com.sap.tc.logging.interfaces.IFilter
Decides whether a log record should be read from a log.
beRead(LogRecord) - Method in interface com.sap.tc.logging.MessageEventListener
 
beWarning() - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int) but always checks for a warning message, that is a message with severity Severity.WARNING.
beWarning(LogController) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController) but always checks for a warning message, that is a message with severity Severity.WARNING.
beWarning(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.beLogged(int, LogController[]) but always checks for a warning message, that is a message with severity Severity.WARNING.
BufferDataException - exception com.sap.tc.logging.exceptions.BufferDataException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
BufferDataException(String, Exception) - Constructor for class com.sap.tc.logging.exceptions.BufferDataException
 
buildFileFromPattern(String, int) - Static method in class com.sap.tc.logging.FileLogSet
 
buildHeader(FileLog) - Static method in class com.sap.tc.logging.FileLogInfoData
Build a file header from give FileLog instance

C

calculateFileNames() - Method in class com.sap.tc.logging.FileLog
 
calculateFileNames(String, int) - Static method in class com.sap.tc.logging.FileLog
 
catching(Category[], String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.catching(Category[], java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
catching(Category[], Throwable) - Method in class com.sap.tc.logging.Location
Logs message of the specified categories and severity Severity.PATH which indicates that this method location has caught an exception.
catching(Category, String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.catching(Category, java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
catching(Category, Throwable) - Method in class com.sap.tc.logging.Location
Logs message of the specified category and severity Severity.PATH which indicates that this method location has caught an exception.
catching(String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.catching(java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
catching(Throwable) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that this method location has caught an exception.
Category - class com.sap.tc.logging.Category.
Describes messages specific to distinguished problem areas and is above all used to emit log messages.
check(int) - Static method in class com.sap.tc.logging.Severity
Checks whether a severity is within the valid range.
className - Variable in class com.sap.tc.logging.perf.SatRecord
name of module or class JARM: N/A DSR Trace: module name
classVersion - Variable in class com.sap.tc.logging.perf.SatRecord
version of module or class JARM: N/A DSR Trace: version of module
clone() - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
close() - Method in class com.sap.tc.logging.Log
Closes output of this log object.
close() - Method in class com.sap.tc.logging.BaseLog
 
close() - Method in interface com.sap.tc.logging.interfaces.ILog
Closes output of this log object.
close() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Closes this log object.
close() - Method in class com.sap.tc.logging.reader.ReadableLog
Closes output of this log object.
CloseException - exception com.sap.tc.logging.exceptions.CloseException.
 
CloseException(String, String, Exception) - Constructor for class com.sap.tc.logging.exceptions.CloseException
 
closeGroup() - Method in class com.sap.tc.logging.LogController
Closes the innermost message group of this controller.
CmdOptionList - class com.sap.tc.logging.tools.lv.CmdOptionList.
 
CmdOptionList() - Constructor for class com.sap.tc.logging.tools.lv.CmdOptionList
 
CmdOptionPrefixes - class com.sap.tc.logging.tools.lv.CmdOptionPrefixes.
 
CmdOptionPrefixes() - Constructor for class com.sap.tc.logging.tools.lv.CmdOptionPrefixes
 
com.sap.tc.logging - package 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.exceptions - package com.sap.tc.logging.exceptions
 
com.sap.tc.logging.interfaces - package com.sap.tc.logging.interfaces
 
com.sap.tc.logging.perf - package com.sap.tc.logging.perf
 
com.sap.tc.logging.reader - package com.sap.tc.logging.reader
 
com.sap.tc.logging.tools.lv - package com.sap.tc.logging.tools.lv
 
com.sap.tc.loggingStandard - package com.sap.tc.loggingStandard
Provides the SUN compliant standard logging API in the JDK1.3 working environment, to support forward compatibility to JDK1.4.
compareField(int, int, String, String) - Static method in class com.sap.tc.logging.ListFormatter
 
compareTwoDates(int, Date, Date) - Static method in class com.sap.tc.logging.HelperLib
 
CONFIG - Static variable in class com.sap.tc.loggingStandard.Level
 
config(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a CONFIG message.
CONFIGURATION_IS_CHANGED_ID - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_IS_CHANGED_TEXT - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_NEW_ITEM_ID - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_NEW_ITEM_TEXT - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_REMOVE_ITEM_ID - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_REMOVE_ITEM_TEXT - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_RESET_ID - Static variable in class com.sap.tc.logging.MSGCollection
 
CONFIGURATION_RESET_TEXT - Static variable in class com.sap.tc.logging.MSGCollection
 
Configurator - class com.sap.tc.logging.Configurator.
Configures the Logging API according to its settings.
configure() - Method in class com.sap.tc.logging.Configurator
Configures tracing and logging according to the settings of the configurator.
configure() - Method in class com.sap.tc.logging.PropertiesConfigurator
 
configure() - Method in class com.sap.tc.loggingStandard.PropertiesConfigurator13
 
ConsoleLog - class com.sap.tc.logging.ConsoleLog.
Writes log records to System.err.
ConsoleLog() - Constructor for class com.sap.tc.logging.ConsoleLog
Configures this console log.
ConsoleLog(Formatter) - Constructor for class com.sap.tc.logging.ConsoleLog
Configures this console log for writing with a custom formatter.
CORELATE_STRING - Static variable in class com.sap.tc.logging.exceptions.LoggingBaseException
 
correct(int) - Static method in class com.sap.tc.logging.Severity
Corrects an invalid severity to the closest valid value.
createFileReadLog(FileLog) - Static method in class com.sap.tc.logging.reader.ReadableLog
Deprecated. Not suported
createFileReadLog(String) - Static method in class com.sap.tc.logging.reader.ReadableLog
Create FileReadLog object.
CreateLogfileEvent - class com.sap.tc.logging.CreateLogfileEvent.
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.
CreateLogfileEvent(String, int, int) - Constructor for class com.sap.tc.logging.CreateLogfileEvent
 
CreateLogfileListener - interface com.sap.tc.logging.CreateLogfileListener.
Listen to the create logfile event.
createReadableLog() - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Create a copy(clone) of this readable log, and thus the cursor to retrieve message records for each reader will be independent.
createReadableLog() - Method in class com.sap.tc.logging.reader.ReadableLog
Create a 'copy' of this Filelog, exposing only the message reading API.
createReadableLog(FileLog) - Static method in class com.sap.tc.logging.reader.ReadableLog
Create a 'copy' of this Filelog, exposing only the message reading API.
createReadableLog(FileLog, Locale) - Static method in class com.sap.tc.logging.reader.ReadableLog
 
createReadableLog(Locale) - Method in class com.sap.tc.logging.reader.ReadableLog
 

D

DataException - exception com.sap.tc.logging.exceptions.DataException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
DATE_STRING_PATTERN - Static variable in class com.sap.tc.logging.MSGCollection
 
DEBUG - Static variable in class com.sap.tc.logging.Severity
Recommended severity for debug messages.
debug(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
debug(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
debug(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debug(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a debug message, that is a message of severity Severity.DEBUG.
debugT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a debug message, that is a message of severity Severity.DEBUG.
DEF_CAT_NAME - Static variable in class com.sap.tc.logging.perf.PerfTracing
 
DEF_CATEGORY_WIDTH - Static variable in class com.sap.tc.logging.tools.lv.LVOptions
 
DEF_FILE_PATH - Static variable in class com.sap.tc.logging.perf.PerfTracing
 
DEF_GUID_WIDTH - Static variable in class com.sap.tc.logging.tools.lv.LVOptions
 
DEF_LIMIT - Static variable in class com.sap.tc.logging.FileLogSet
 
DEF_LIMIT - Static variable in class com.sap.tc.logging.FileLog
 
DEF_LOC_NAME - Static variable in class com.sap.tc.logging.perf.PerfTracing
 
DEF_LOCATION_WIDTH - Static variable in class com.sap.tc.logging.tools.lv.LVOptions
 
DEF_SEVERITY_WIDTH - Static variable in class com.sap.tc.logging.tools.lv.LVOptions
 
DEFAULT_FORMAT - Static variable in class com.sap.tc.logging.tools.lv.LVOptions
 
descr - Variable in class com.sap.tc.logging.perf.SatRecord
description of activity (short text)
JARM Request: applicable starting with 6.30
JARM Component: applicable starting with 6.30 JARM Action: action string DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus

E

EMPTY_STRING - Static variable in class com.sap.tc.logging.HelperLib
 
EMPTY_STRING - Static variable in class com.sap.tc.logging.MSGCollection
 
EMPTY_STRING - Static variable in class com.sap.tc.logging.exceptions.LoggingBaseException
 
entering() - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that execution had entered this method location.
entering(Category) - Method in class com.sap.tc.logging.Location
Logs message of the specified category and severity Severity.PATH which indicates that execution had entered this method location.
entering(Category[]) - Method in class com.sap.tc.logging.Location
Logs message of the specified categories and severity Severity.PATH which indicates that execution had entered this method location.
entering(Category[], Object[]) - Method in class com.sap.tc.logging.Location
Logs message of the specified categories and severity Severity.PATH which indicates that execution had entered this method location.
entering(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.entering(Category[]) but appends a string denoting a sublocation to the name of this location.
entering(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.entering(Category[], java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
entering(Category, Object[]) - Method in class com.sap.tc.logging.Location
Logs message of the specified category and severity Severity.PATH which indicates that execution had entered this method location.
entering(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.entering(Category) but appends a string denoting a sublocation to the name of this location.
entering(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.entering(Category, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
entering(Object[]) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that execution had entered this method location.
entering(String) - Method in class com.sap.tc.logging.Location
Same as Location.entering() but appends a string denoting a sublocation to the name of this location.
entering(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.entering(java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
entering(String, String) - Method in class com.sap.tc.loggingStandard.Logger
Log a method entry.
entering(String, String, Object) - Method in class com.sap.tc.loggingStandard.Logger
Log a method entry, with one parameter This is a convenience method that can be used to log entry to a method.
entering(String, String, Object[]) - Method in class com.sap.tc.loggingStandard.Logger
Log a method entry, with an array of parameters.
equals(Object) - Method in class com.sap.tc.logging.ConsoleLog
 
equals(Object) - Method in class com.sap.tc.logging.Formatter
Compare to Formatter clasess.
equals(Object) - Method in class com.sap.tc.logging.Group
 
equals(Object) - Method in class com.sap.tc.logging.LogRecord
 
equals(Object) - Method in class com.sap.tc.logging.FileLog
 
equals(Object) - Method in class com.sap.tc.logging.GUId
 
equals(Object) - Method in class com.sap.tc.logging.FormatterType
A final method with same behavior as in parent class Object.
ERR_CLOSE - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERR_FORMAT - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERR_OPEN - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERR_RESET - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERR_UNKNOWN - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERR_VALUE - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERR_WRITE - Static variable in class com.sap.tc.logging.ExceptionManager
 
ERROR - Static variable in class com.sap.tc.logging.Severity
Recommended severity of error messages.
error(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
error(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
error(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, String, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
error(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
errorT(Location, String, String) - Method in class com.sap.tc.logging.Category
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.
errorT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
errorT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits an error message, that is a message of severity Severity.ERROR.
errorT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an error message, that is a message of severity Severity.ERROR.
evaluate(Object) - Method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
Event - interface com.sap.tc.logging.Event.
General Event from logging
EventDispatcher - interface com.sap.tc.logging.EventDispatcher.
Manage the general event notification mechanism
EventDispatcherFactory - class com.sap.tc.logging.EventDispatcherFactory.
This factory manages the event dispatcher of the logging tool.
EventListener - interface com.sap.tc.logging.EventListener.
General listener to an event from logging
eventLogIsClosed(IBaseLog) - Method in interface com.sap.tc.logging.LogEvents
 
eventLogIsOpen(IBaseLog) - Method in interface com.sap.tc.logging.LogEvents
 
ExceptionHandling - class com.sap.tc.logging.ExceptionHandling.
 
ExceptionHandling() - Constructor for class com.sap.tc.logging.ExceptionHandling
 
ExceptionManager - class com.sap.tc.logging.ExceptionManager.
 
ExceptionManager() - Constructor for class com.sap.tc.logging.ExceptionManager
 
exiting() - Method in class com.sap.tc.logging.Location
Logs message of group severity which indicates that execution is about to leave this method location.
exiting(Object) - Method in class com.sap.tc.logging.Location
Logs message of group severity which indicates that execution is about to leave this method location.
exiting(String) - Method in class com.sap.tc.logging.Location
Same as Location.exiting() but appends a string denoting a sublocation to the name of this location.
exiting(String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.exiting(java.lang.Object) but appends a string denoting a sublocation to the name of this location.
exiting(String, String) - Method in class com.sap.tc.loggingStandard.Logger
Log a method return.
exiting(String, String, Object) - Method in class com.sap.tc.loggingStandard.Logger
Log a method return, with result object.
expandPattern(String, int, boolean, boolean) - Static method in class com.sap.tc.logging.HelperLib
 

F

F_NAME_APPLICATION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DATE_TIME - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_COMPONENT - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_TRANSACTION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_DSR_USER - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_LOCATION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_MSG_CLEAR - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_SESSION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_SEVERITY - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_SOURCE - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_THREAD_NAME - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_TRANSACTION - Static variable in class com.sap.tc.logging.ListFormatter
 
F_NAME_USER - Static variable in class com.sap.tc.logging.ListFormatter
 
FATAL - Static variable in class com.sap.tc.logging.Severity
Recommended severity of fatal error messages.
fatal(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
fatal(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
fatal(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, String, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatal(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
fatalT(Location, String, String) - Method in class com.sap.tc.logging.Category
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.
fatalT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
fatalT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a fatal error message, that is a message of severity Severity.FATAL.
fatalT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a fatal error message, that is a message of severity Severity.FATAL.
filCategory - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
filDate - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
FileCloseException - exception com.sap.tc.logging.exceptions.FileCloseException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
FileCloseException(String, Exception) - Constructor for class com.sap.tc.logging.exceptions.FileCloseException
 
FileDataException - exception com.sap.tc.logging.exceptions.FileDataException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
FileDataException(String) - Constructor for class com.sap.tc.logging.exceptions.FileDataException
 
FileDataException(String, Exception) - Constructor for class com.sap.tc.logging.exceptions.FileDataException
 
FileLog - class com.sap.tc.logging.FileLog.
Writes log records to files.
FileLog(String) - Constructor for class com.sap.tc.logging.FileLog
Configures this file log for writing to a single file.
FileLog(String, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom appending logic.
FileLog(String, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom formatter.
FileLog(String, Formatter, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom formatter and appending logic.
FileLog(String, int, int) - Constructor for class com.sap.tc.logging.FileLog
Configures this file log for writing to a rotating set of numbered files.
FileLog(String, int, int, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String, int, int) but configures for writing with a custom formatter.
FileLog(String, String) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom character encoding.
FileLog(String, String, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom character encoding and appending logic.
FileLog(String, String, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom formatter and character encoding.
FileLog(String, String, Formatter, boolean) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String) but configures for writing with a custom character encoding, formatter and appending logic.
FileLog(String, String, int, int) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String, int, int) but configures for writing with a custom character encoding.
FileLog(String, String, int, int, Formatter) - Constructor for class com.sap.tc.logging.FileLog
Same as FileLog.FileLog(java.lang.String, int, int) but configures for writing with a custom formatter and character encoding.
FileLogInfoData - class com.sap.tc.logging.FileLogInfoData.
 
FileLogInfoData(FileLog) - Constructor for class com.sap.tc.logging.FileLogInfoData
 
FileLogInfoData(String) - Constructor for class com.sap.tc.logging.FileLogInfoData
 
FileLogSet - class com.sap.tc.logging.FileLogSet.
 
FileLogSet(String, String, int, int, int) - Constructor for class com.sap.tc.logging.FileLogSet
 
FileOpenException - exception com.sap.tc.logging.exceptions.FileOpenException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
FileOpenException(String, Exception) - Constructor for class com.sap.tc.logging.exceptions.FileOpenException
 
FileReadLog - class com.sap.tc.logging.reader.FileReadLog.
 
FileReadLog(FileLog) - Constructor for class com.sap.tc.logging.reader.FileReadLog
Deprecated. Not suported
FileReadLog(String) - Constructor for class com.sap.tc.logging.reader.FileReadLog
 
FileReadLog(String, int, int) - Constructor for class com.sap.tc.logging.reader.FileReadLog
 
filLocation - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
filSeverity - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
Filter - interface com.sap.tc.logging.Filter.
Provides, in addition to effective severities, control of writing log records to logs or log controllers.
find(String) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
find(String) - Method in class com.sap.tc.logging.reader.FileReadLog
 
findBeginningOfFileSet() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of the file from the file set, where the first (oldest) message was written.
findEndOfFileSet() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of the file from the file set, where the last (newest) message was written.
FINE - Static variable in class com.sap.tc.loggingStandard.Level
 
fine(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a FINE message.
FINER - Static variable in class com.sap.tc.loggingStandard.Level
 
finer(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a FINER message.
FINEST - Static variable in class com.sap.tc.loggingStandard.Level
 
finest(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a FINEST message.
flush() - Method in class com.sap.tc.logging.Log
Flushes buffered records in this log object.
flush() - Method in interface com.sap.tc.logging.interfaces.ILog
Flushes buffered records in this log object.
format - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
format(LogRecord) - Method in class com.sap.tc.logging.Formatter
Formats a log record which is then ready to be written to a log.
format(LogRecord) - Method in class com.sap.tc.logging.XMLFormatter
 
format(LogRecord) - Method in class com.sap.tc.logging.TraceFormatter
 
format(LogRecord) - Method in class com.sap.tc.logging.ListFormatter
 
formatter - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
Formatter - class com.sap.tc.logging.Formatter.
Formats log records on behalf of logs the formatter is registered with.
FormatterType - class com.sap.tc.logging.FormatterType.
Defines and provides typesafe enums of types of Formatter used in logging to format a log message and its related information.

G

getAdditionalInfo() - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
 
getAdditionalInfoID() - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
 
getAllLogs() - Method in class com.sap.tc.logging.LogController
Gets all logs (public, private, local and logs inherent from parent) this log controller writes messages to.
getAllLogs() - Method in class com.sap.tc.logging.LoggingManager
 
getApplication() - Method in class com.sap.tc.logging.LogRecord
Gets the application on behalf of which this log record was issued.
getApplication() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getArgObjs() - Method in class com.sap.tc.logging.LogRecord
Gets the argument objects of the template-based message belonging to this log record.
getArgObjs() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the argument objects of the template-based message belonging to this log record.
getArgs() - Method in class com.sap.tc.logging.LogRecord
Gets the toString results of the argument objects of the template-based message belonging to this log record.
getArgs() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the toString results of the argument objects of the template-based message belonging to this log record.
getBookMark() - Method in class com.sap.tc.logging.LogRecord
BookMark represents a pointer in the Log where this LogRecord starts.
getBookMark() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
getBookMark() - Method in class com.sap.tc.logging.reader.ReadLog
 
getCategory(Category, String) - Static method in class com.sap.tc.logging.Category
Gets the category with the specified name relative to another category.
getCategory(String) - Static method in class com.sap.tc.logging.Category
Deprecated. Parent (relative) category must be specified.
getCause() - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
Getter method for root cause.
getChildren() - Method in class com.sap.tc.logging.LogController
Gets the collection of children of this log controller.
getClassLoader() - Method in class com.sap.tc.logging.LogController
Gets the class loader assigned to this log controller for getting resource bundles.
getClassLoader() - Method in class com.sap.tc.logging.Configurator
Gets the class loader that is responsible for loading custom classes in this configurator.
getClassName() - Method in interface com.sap.tc.logging.perf.ISatRecord
name of module or class JARM: N/A DSR Trace: module name
getClassName() - Method in class com.sap.tc.logging.perf.SatRecord
 
getClassVersion() - Method in interface com.sap.tc.logging.perf.ISatRecord
version of module or class JARM: N/A DSR Trace: version of module
getClassVersion() - Method in class com.sap.tc.logging.perf.SatRecord
 
getCnt() - Method in class com.sap.tc.logging.FileLog
Gets the max count number of rotating fileset
getCnt() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the max count number of rotating fileset
getDescr() - Method in interface com.sap.tc.logging.perf.ISatRecord
description of activity (short text) JARM Request: applicable starting with 6.30 JARM Component: applicable starting with 6.30 JARM Action: action string DSR Action: Action Additional Info DSR External Call: Additional Info DSR Internal Call: Additional Info DSR Trace: Trace Message
getDescr() - Method in class com.sap.tc.logging.perf.SatRecord
 
getDescription() - Method in class com.sap.tc.logging.LogController
Gets the description for this log.
getDescription() - Method in class com.sap.tc.logging.Log
Gets the description for this log.
getDescription() - Method in class com.sap.tc.logging.LogInfoData
 
getDescription() - Method in class com.sap.tc.logging.Group
 
getDescription() - Method in class com.sap.tc.logging.BaseLog
 
getDescription() - Method in interface com.sap.tc.logging.interfaces.IObjectInfo
 
getDsrComponent() - Method in class com.sap.tc.logging.LogRecord
Gets the DSR (Distributed Statistics Record) component on behalf of which this log record was issued.
getDsrComponent() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getDsrTransaction() - Method in class com.sap.tc.logging.LogRecord
Gets the DSR (Distributed Statistics Record) transaction on behalf of which this log record was issued.
getDsrTransaction() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getDsrUser() - Method in class com.sap.tc.logging.LogRecord
Gets the DSR (Distributed Statistics Record) user on behalf of which this log record was issued.
getDsrUser() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getEffectiveSeverity() - Method in class com.sap.tc.logging.LogController
Gets the current effective severity of this log controller.
getEffectiveSeverity() - Method in class com.sap.tc.logging.Log
Gets the current effective severity of this log.
getEffectiveSeverity() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the current effective severity of this log.
getEffectiveSeverity(LogController) - Method in class com.sap.tc.logging.LogController
Gets the current effective severity of this log controller with respect to another log controller.
getEffectiveSeverity(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.getEffectiveSeverity(LogController) but returns the minimum of the values of the specified log controllers.
getEncoding() - Method in class com.sap.tc.logging.Log
Gets the canonical name of the character encoding that is used for this log.
getEncoding() - Method in class com.sap.tc.logging.StreamLog
Gets the canonical name of the character encoding that is used for this log.
getEncoding() - Method in class com.sap.tc.logging.BaseLog
 
getEncoding() - Method in class com.sap.tc.logging.FileLogInfoData
 
getEncoding() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the canonical name of the character encoding that is used for this log.
getEncoding() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the canonical name of the character encoding that is used for this log.
getEventDispatcher() - Static method in class com.sap.tc.logging.EventDispatcherFactory
Returns the Event Dispatcher of the logging tool, for users to add or remove listeners to the logging tool.
getException() - Method in class com.sap.tc.logging.ExceptionHandling
Fetches the last exception thrown
getException() - Method in class com.sap.tc.logging.Configurator
Fetches the last exception thrown
getException() - Static method in class com.sap.tc.logging.ExceptionManager
Get last thrown exception.
getException() - Method in interface com.sap.tc.logging.LoggingResultSet
Return the specific error occurred for invalid operation(if any).
getException() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return the specific error occurred for invalid operation(if any).
getException() - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
getExceptions() - Method in class com.sap.tc.logging.ExceptionHandling
Fetches the List of the last thrown exceptions.
getExceptions() - Static method in class com.sap.tc.logging.ExceptionManager
Get a list of last thrown exceptions.
getFields() - Static method in class com.sap.tc.logging.ListFormatter
 
getFile() - Method in class com.sap.tc.logging.PropertiesConfigurator
Gets the file used for this configurator.
getFile() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the current file in rotating file set
getFile() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the current file in rotating file set
getFile() - Method in class com.sap.tc.loggingStandard.PropertiesConfigurator13
Gets the file used for this configurator.
getFile(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the file from rotating fileset on given position (index).
getFile(int) - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the file from rotating fileset on given position (index).
getFileBeingCurrentlyRead() - Method in class com.sap.tc.logging.reader.ReadableLog
This method returns the name of the file that is being currently read.
getFileCnt() - Method in class com.sap.tc.logging.CreateLogfileEvent
 
getFileCnt() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
Deprecated. Use .getFileLog().getCnt()
getFileCurrentlyBeingWritten() - Method in class com.sap.tc.logging.FileLog
Deprecated. Same as FileLog.getFileName()
getFileLatest() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the latest (newest) file from the rotating fileset.
getFileLatest() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the latest (newest) file from the rotating fileset.
getFileLength() - Method in class com.sap.tc.logging.FileLog
Returns the length of the file(s).
getFileLength() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Returns the length of the file(s).
getFileLimit() - Method in class com.sap.tc.logging.CreateLogfileEvent
 
getFileLimit() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
Deprecated. Use .getFileLog().getLimit()
getFileLog() - Method in class com.sap.tc.logging.ReleaseLogEvent
 
getFileLog() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
 
getFileName() - Method in class com.sap.tc.logging.CreateLogfileEvent
 
getFileName() - Method in class com.sap.tc.logging.OverwriteLogfileEvent
Deprecated. Use .getFileLog().getFileName()
getFileName() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFileName() - Method in class com.sap.tc.logging.FileLog
Deprecated. A current return value is equal to the java.io.File.getPath() (path name) but from the name of the method java.io.File.getName() (file name) is expected. Please use the FileLog.getPath() for getting a path name value, and the java.io.File.getName() for getting a file name value.
getFileName() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the current file name represented by this FileLog.
getFileNamePattern() - Method in class com.sap.tc.logging.FileLog
 
getFileNext() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFilePathPattern() - Method in class com.sap.tc.logging.FileLog
 
getFilePointer() - Method in class com.sap.tc.logging.reader.ReadableLog
This returns the file pointer.
getFilePrev() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFilePrime() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the prime (oldest) file from the rotating fileset.
getFilePrime() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the prime (oldest) file from the rotating fileset.
getFileSet() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFileSetIndex() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFileSetLimit() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFileSetSize() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFilter(int) - Method in class com.sap.tc.logging.BaseLog
 
getFilter(int) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the filter that control messages flow via this log.
getFilters() - Method in class com.sap.tc.logging.LogController
Gets the filters that, besides the effective severity, control output via this log controller.
getFilters() - Method in class com.sap.tc.logging.Log
Gets the filters that control writing of messages via this log.
getFilters() - Method in class com.sap.tc.logging.BaseLog
 
getFilters() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the filters that control writing of messages via this log.
getFilters() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the filters that control messages flow via this log.
getFooter() - Method in class com.sap.tc.logging.Log
Sets the footer text of this log.
getFooter() - Method in class com.sap.tc.logging.LogInfoData
 
getFooter() - Method in class com.sap.tc.logging.BaseLog
 
getFooter() - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the footer text of this log.
getFooter() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the footer text of this log.
getFooter(Log) - Method in class com.sap.tc.logging.Formatter
Returns the footer for a set of formatted records.
getFooter(Log) - Method in class com.sap.tc.logging.XMLFormatter
 
getFormatter() - Method in class com.sap.tc.logging.Log
Gets the formatter that dictates the format of log records in this log.
getFormatter() - Method in class com.sap.tc.logging.LogInfoData
 
getFormatter() - Method in class com.sap.tc.logging.BaseLog
 
getFormatter() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the formatter that dictates the format of log records in this log.
getFormatter() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the formatter that dictates the format of log records in this log.
getFormatterName() - Method in class com.sap.tc.logging.Formatter
Gets the descriptive name for this formatter.
getFormatterPattern() - Method in class com.sap.tc.logging.FileLogInfoData
 
getFormatterType() - Method in class com.sap.tc.logging.Formatter
Returns the type of formatter instance.
If formatter is the predefined classes provided by logging, an explicit formatter type will be returned.
getFullVersion() - Static method in class com.sap.tc.logging.Version
 
getGrossCpuTime() - Method in interface com.sap.tc.logging.perf.ISatRecord
CPU gross time (in ms) of the activity JARM Request: constant NUMBERNOTAPPL if CPU time is not available JARM Component: constant NUMBERNOTAPPL if CPU time is not available or if component is not closed correctly JARM Action: N/A
getGrossCpuTime() - Method in class com.sap.tc.logging.perf.SatRecord
 
getGrossTime() - Method in interface com.sap.tc.logging.perf.ISatRecord
duration (in ms) of the activity (elapsed) JARM Component: constant NUMBERNOTAPPL if component is not closed correctly JARM Action: N/A DSR Action: responce time DSR External Call: call time DSR Internal Call: call time DSR Trace: duration from trace record
getGrossTime() - Method in class com.sap.tc.logging.perf.SatRecord
 
getGroup() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
getGroupDescription() - Method in class com.sap.tc.logging.LogRecord
Gets the description of the group this log record belongs to.
getGroupId() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
getGroupId() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the identification of the group.
getGroupID() - Method in class com.sap.tc.logging.LogRecord
Gets the identification of the group this log record belongs to.
getGroupIndent() - Method in class com.sap.tc.logging.LogRecord
Gets the indentation of nested groups of this log record.
getGroupIndent() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the indentation of nested groups.
getGroupLevel() - Method in class com.sap.tc.logging.LogRecord
Gets the level of nested groups this log record belongs to.
getGroupLevel() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the level of nested groups.
getGroupName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the group this log record belongs to.
getGroups() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
getGroupSize() - Method in class com.sap.tc.logging.LogController
Return max open group size.
getHeader() - Method in class com.sap.tc.logging.Log
Gets the header text of this log.
getHeader() - Method in class com.sap.tc.logging.LogInfoData
 
getHeader() - Method in class com.sap.tc.logging.BaseLog
 
getHeader() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the header text of this log.
getHeader() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the header text of this log.
getHeader(Log) - Method in class com.sap.tc.logging.Formatter
Returns the header for a set of formatted records.
getHeader(Log) - Method in class com.sap.tc.logging.XMLFormatter
 
getId() - Method in class com.sap.tc.logging.Group
 
getId() - Method in class com.sap.tc.logging.LogRecord
Gets the message identification of this log record.
getId() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the message identification of this log record.
getIndent() - Method in class com.sap.tc.logging.Group
 
getIndent() - Method in class com.sap.tc.logging.LogRecord
Deprecated. @see #getGroupIndent()
getIndex() - Method in class com.sap.tc.logging.FileLogSet
 
getIndex() - Method in class com.sap.tc.logging.FileLog
Gets the current file index in the rotating file set
getIndex() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the current file index in rotating file set
getIndex() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the current file index in rotating file set
getLastModified() - Method in interface com.sap.tc.logging.interfaces.IReadableLog
 
getLastModified() - Method in class com.sap.tc.logging.reader.ReadableLog
 
getLevel() - Method in class com.sap.tc.logging.Group
 
getLevel() - Method in class com.sap.tc.logging.LogRecord
Deprecated. @see #getGroupLevel()
getLevel() - Method in interface com.sap.tc.logging.perf.ISatRecord
nesting level JARM Request: N/A JARM Component: indicates, how deep component is nested; 0 <-> main level JARM Action: N/A DSR Action: allways 0 DSR External Call: allways 0 DSR Internal Call: indicates the level in the call stack; 0 <-> main level DSR Trace: allways 0
getLevel() - Method in class com.sap.tc.logging.perf.SatRecord
 
getLevel() - Method in class com.sap.tc.loggingStandard.Logger
Get the log level specifying which messages will be logged by this logger.
getLevel(String) - Method in class com.sap.tc.loggingStandard.LogManager
Get the log level for a given logger name.
getLimit() - Method in class com.sap.tc.logging.FileLogSet
 
getLimit() - Method in class com.sap.tc.logging.FileLog
Gets the limit file size used for sequencing on the rotating output file
getLimit() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the limit file size used for sequencing on the rotating output file
getLimit() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the limit file size used for sequencing on the rotating output file
getLimit() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the limit file size used for sequencing on the rotating output file
getLocalLogs() - Method in class com.sap.tc.logging.LogController
Gets the local logs this log controller writes messages to.
getLocation() - Method in class com.sap.tc.logging.LogRecord
Deprecated. @see #getLocationName()
getLocation(Class) - Static method in class com.sap.tc.logging.Location
Gets the location for the specified class.
getLocation(Location, String) - Static method in class com.sap.tc.logging.Location
Gets the location with the specified name relative to another location.
getLocation(Object) - Static method in class com.sap.tc.logging.Location
Gets the location for the class of the specified instance.
getLocation(String) - Static method in class com.sap.tc.logging.Location
Gets the location with the specified name.
getLocationName() - Method in class com.sap.tc.logging.Group
 
getLocationName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the location the message belonging to this log record came from.
getLocationName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the location the message belonging to this log record came from.
getLoggedCnt() - Method in class com.sap.tc.logging.LogController
 
getLoggedCount() - Method in class com.sap.tc.logging.LogController
 
getLoggedCount() - Method in class com.sap.tc.logging.Log
 
getLogger(String) - Static method in class com.sap.tc.loggingStandard.Logger
Find or create a logger for a named subsystem.
getLogger(String) - Method in class com.sap.tc.loggingStandard.LogManager
Method to find a named logger.
getLogger(String, String) - Static method in class com.sap.tc.loggingStandard.Logger
Find or create a logger for a named subsystem.
getLoggerNames() - Method in class com.sap.tc.loggingStandard.LogManager
Get an enumeration of known logger names.
getLoggingManager() - Static method in class com.sap.tc.logging.LoggingManager
 
getLogId() - Method in class com.sap.tc.logging.FileLog
Deprecated. Same as FileLog.getPattern()
getLogId() - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Return an id for the corresponding Log that is unique
getLogManager() - Static method in class com.sap.tc.loggingStandard.LogManager
Return the unique, global LogManager.
getLogName() - Method in class com.sap.tc.logging.Log
Deprecated. @see {#getName()}.
getLogName() - Method in class com.sap.tc.logging.LogRecord
Log name represents a Log where this LogRecord is written to.
getLogRecord() - Method in class com.sap.tc.logging.MessageEvent
 
getLogs() - Method in class com.sap.tc.logging.LogController
Gets the normal logs this log controller writes messages to.
getLogTypeAccessibility() - Method in class com.sap.tc.logging.Log
Gets the current accessibility type of this log.
getLogTypeAccessibility() - Method in interface com.sap.tc.logging.interfaces.ILog
Gets the current accessibility type of this log.
getMaximumSeverity() - Method in class com.sap.tc.logging.LogController
Gets the current maximum severity of this log controller.
getMaximumSeverity(LogController) - Method in class com.sap.tc.logging.LogController
Gets the current maximum severity of this log controller with respect to another log controller.
getMaximumSeverity(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.getMaximumSeverity(LogController) but returns the minimum of the values of the specified log controllers.
getMessage() - Method in class com.sap.tc.logging.LogRecord
Gets the full message of this log record.
getMessage(String, Object[]) - Static method in class com.sap.tc.logging.MSGCollection
 
getMessageID() - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
 
getMinimumSeverity() - Method in class com.sap.tc.logging.LogController
Gets the current minimum severity of this log controller.
getMinimumSeverity(LogController) - Method in class com.sap.tc.logging.LogController
Gets the current minimum severity of this log controller with respect to another log controller.
getMinimumSeverity(LogController[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.getMinimumSeverity(LogController) but returns the minimum of the values of the specified log controllers.
getMode() - Method in class com.sap.tc.logging.FileLogSet
Get current working mode of the FileLog return 0 == FileLog.MODE_FILE_SET 1 == FileLog.MODE_SINGLE_FILE
getMode() - Method in class com.sap.tc.logging.BaseLog
 
getMode() - Method in class com.sap.tc.logging.FileLog
Get current working mode of the FileLog return 0 == FileLog.MODE_FILE_SET 1 == FileLog.MODE_SINGLE_FILE
getMode() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Get current working mode
getMode() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
getMsgClear() - Method in class com.sap.tc.logging.LogRecord
Gets the clear text version of this log record.
getMsgClear() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the clear text version of this log record.
getMsgCode() - Method in class com.sap.tc.logging.LogRecord
Gets the toString result of the language-independent message code of this log record.
getMsgCode() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the toString result of the language-independent message code of this log record.
getMsgException() - Method in class com.sap.tc.logging.LogRecord
Gets the exception of this log record.
getMsgType() - Method in class com.sap.tc.logging.LogRecord
Gets the type of the message text of this log record.
getMsgType() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the type of the message text of this log record.
getName() - Method in class com.sap.tc.logging.FileLogSet
 
getName() - Method in class com.sap.tc.logging.LogController
Gets the name for this log.
getName() - Method in class com.sap.tc.logging.Log
Gets the name for this log.
getName() - Method in class com.sap.tc.logging.LogInfoData
 
getName() - Method in class com.sap.tc.logging.Group
 
getName() - Method in class com.sap.tc.logging.BaseLog
 
getName() - Method in interface com.sap.tc.logging.interfaces.IObjectInfo
 
getName() - Method in interface com.sap.tc.logging.perf.ISatRecord
name of activity JARM Request: name JARM Component: name JARM Action: N/A DSR Action: action type DSR External Call: destination DSR Internal Call: module name DSR Trace: module/method name
getName() - Method in class com.sap.tc.logging.perf.SatRecord
 
getName() - Method in class com.sap.tc.loggingStandard.Logger
Get the name for this logger.
getNetCpuTime() - Method in interface com.sap.tc.logging.perf.ISatRecord
net time (in ms) of activity (CPU); this is the gross time minus the time which was spent in subcalls JARM Request: N/A JARM Component: constant NUMBERNOTAPPL if CPU time is not available or if component is not closed correctly or at least one direct subcomponent is not closed correctly JARM Action: N/A
getNetCpuTime() - Method in class com.sap.tc.logging.perf.SatRecord
 
getNetTime() - Method in interface com.sap.tc.logging.perf.ISatRecord
net time (in ms) of activity (elapsed); this is the gross time minus the time which was spent in subcalls JARM Request: N/A JARM Component: constant NUMBERNOTAPPL if component is not closed correctly or at least one direct subcomponent is not closed correctly JARM Action: N/A DSR Action: aggregated net time for all nested external calls in the DSR action DSR External Call: N/A DSR Trace: N/A
getNetTime() - Method in class com.sap.tc.logging.perf.SatRecord
 
getNewLog() - Method in class com.sap.tc.logging.NewLogEvent
 
getNextMatch(String[]) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getNextMatch(String[]) - Method in class com.sap.tc.logging.reader.ReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getNextMatch(String[], boolean) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getNextMatch(String[], boolean) - Method in class com.sap.tc.logging.reader.ReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getNodeAddress() - Method in class com.sap.tc.logging.UID
Returns the node address. 6 bytes MAC or ip as fallback.
getNumberOfLogRecordsWritten() - Method in class com.sap.tc.logging.Log
This method returns the number that indicates how many LogRecords have been written so far.
getNumberOfLogRecordsWritten() - Method in interface com.sap.tc.logging.interfaces.ILog
This method returns the number that indicates how many LogRecords have been written so far.
getNumberOfSubRecords() - Method in interface com.sap.tc.logging.perf.ISatRecord
number of sub-records JARM Request: number of components JARM Component: number of actions JARM Action: N/A DSR Action: number of all internal end external call records associated with this action DSR External Call: N/A DSR Internal Call: N/A DSR Trace: N/A
getNumberOfSubRecords() - Method in class com.sap.tc.logging.perf.SatRecord
 
getOptionByName(String) - Method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
getOptions() - Method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
getOutData() - Method in interface com.sap.tc.logging.perf.ISatRecord
amount of transfered data (in bytes) JARM Action: N/A DSR Action: aggreageted number of bytes transferred within all nested internal and external calls DSR External Call: (aggregated) number of transfered bytes to and from the corresponding called component DSR Internal Call: number of thransfered bytes with the current internal call DSR Trace: N/A
getOutData() - Method in class com.sap.tc.logging.perf.SatRecord
 
getOwners() - Method in class com.sap.tc.logging.Log
 
getOwners() - Method in class com.sap.tc.logging.FileLogInfoData
 
getParent() - Method in class com.sap.tc.logging.Location
Gets the parent location of this location.
getParent() - Method in class com.sap.tc.logging.Category
Gets the parent category of this category.
getParent() - Method in class com.sap.tc.logging.Group
 
getParent() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of this FileLog object's pattern's parent, or null if the pattern does not expand to a pathname that has a parent directory.
getParent() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Returns the pathname string of this FileLog object's pattern's parent, or null if the pattern does not expand to a pathname that has a parent directory.
getParentFile() - Method in class com.sap.tc.logging.FileLog
Deprecated. Use new java.io.File(FileLog.getParent())
getPath() - Method in class com.sap.tc.logging.FileLog
Returns the pathname string of the current file this FileLog object represent.
getPath() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Returns the pathname string of the current file this FileLog object represent.
getPattern() - Method in class com.sap.tc.logging.FileLogSet
 
getPattern() - Method in class com.sap.tc.logging.TraceFormatter
Gets the current formatting pattern of this formatter.
getPattern() - Method in class com.sap.tc.logging.BaseLog
 
getPattern() - Method in class com.sap.tc.logging.FileLogInfoData
 
getPattern() - Method in class com.sap.tc.logging.FileLog
Gets the file name pattern of this file log.
getPattern() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the name pattern of this file log.
getPattern() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Gets the file name pattern of this file log.
getPatternFile() - Method in class com.sap.tc.logging.FileLogSet
 
getPatternPath() - Method in class com.sap.tc.logging.FileLogSet
 
getPeriodicity() - Method in class com.sap.tc.logging.Configurator
Gets the periodicity of this configurator in minutes.
getPreviousMatch(String[]) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getPreviousMatch(String[]) - Method in class com.sap.tc.logging.reader.ReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getPreviousMatch(String[], boolean) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getPreviousMatch(String[], boolean) - Method in class com.sap.tc.logging.reader.ReadableLog
This method returns LoggingResultSet that contains one or zero LogRecords.
getPrivateLogs() - Method in class com.sap.tc.logging.LogController
Gets the private logs this log controller writes messages to.
getProcessID() - Method in class com.sap.tc.logging.UID
Returns the process id.
getProperties() - Method in class com.sap.tc.logging.PropertiesConfigurator
Gets the properties object used for this configurator.
getProperties() - Method in class com.sap.tc.loggingStandard.PropertiesConfigurator13
Gets the properties object used for this configurator.
getProps() - Method in interface com.sap.tc.logging.perf.ISatRecord
specific properties for this activity JARM Request: N/A JARM Component: applicable starting with 6.30 JARM Action: N/A DSR Action: associated component name, component version, predefined action- and service types DSR Call: associated component name, component version DSR Trace: Trace File Path, Maximum number of trace files in the ring buffer
getProps() - Method in class com.sap.tc.logging.perf.SatRecord
 
getProvider() - Method in interface com.sap.tc.logging.perf.ISatRecord
provider of record; see constants PROVIDERxxx above
getProvider() - Method in class com.sap.tc.logging.perf.SatRecord
 
getRecord() - Method in class com.sap.tc.logging.LogController
Gets the last log record written via this log controller.
getRecord() - Method in class com.sap.tc.logging.Log
Deprecated. - Not supported anymore - always return null
getRecType() - Method in interface com.sap.tc.logging.perf.ISatRecord
type of record; see constants TYPExxx above .
getRecType() - Method in class com.sap.tc.logging.perf.SatRecord
 
getRelatives() - Method in class com.sap.tc.logging.LogController
 
getRelatives() - Method in class com.sap.tc.logging.Group
 
getRelatives() - Method in class com.sap.tc.logging.LogRecord
Gets the log controllers related to the source of this log record.
getRemoveLog() - Method in class com.sap.tc.logging.RemoveLogEvent
 
getResourceBundle() - Method in class com.sap.tc.loggingStandard.Logger
Retrieve the localization resource bundle for this logger.
getResourceBundleName() - Method in class com.sap.tc.logging.LogController
Gets the name of the optional resource bundle assigned to this log controller.
getResourceBundleName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the resource bundle assigned to the language-independent message belonging to this log record.
getResourceBundleName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the resource bundle assigned to the language-independent message belonging to this log record.
getResourceBundleName() - Method in class com.sap.tc.loggingStandard.Logger
Retrieve the localization resource bundle name for this logger.
getResults() - Method in interface com.sap.tc.logging.LoggingResultSet
Return a list of result nodes in this Result Set
getResults() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return a list of result nodes in this Result Set
getResults() - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
getRoot() - Static method in class com.sap.tc.logging.Location
Gets the root location.
getRoot() - Static method in class com.sap.tc.logging.Category
Gets the root category.
getSatRecord() - Method in class com.sap.tc.logging.perf.PerfLogRecord
 
getSeqNumber() - Method in interface com.sap.tc.logging.perf.ISatRecord
sequence number JARM Request: N/A JARM Component: indicates the call sequence of the components; starts with 0 JARM Action: indicates the call sequence of the actions; starts with 0 DSR Action: indicates the action sequence number within a DSR transaction DSR External Call: N/A - external call can be aggregated into a single call record DSR Internal Call: indicates the internal call sequence number within a DSR action DSR Trace: indicated the trace record sequence number within a DSR transaction
getSeqNumber() - Method in class com.sap.tc.logging.perf.SatRecord
 
getSession() - Method in class com.sap.tc.logging.LogRecord
Gets the session on behalf of which this log record was issued.
getSession() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getSeverity() - Method in class com.sap.tc.logging.Group
 
getSeverity() - Method in class com.sap.tc.logging.LogRecord
Gets the severity of this log record.
getSeverity() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the severity of this log record.
getSize() - Method in class com.sap.tc.logging.FileLogSet
 
getSize() - Method in class com.sap.tc.logging.LogRecord
Gets size of this LogRecord.
getSize() - Method in interface com.sap.tc.logging.LoggingResultSet
Return the number of result nodes in this Result Set
getSize() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Gets the size of rotating fileset, number of files in fileset.
getSize() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return the number of result nodes in this Result Set
getSize() - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
getSize() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Gets the size of rotating fileset, number of files in fileset.
getSource() - Method in class com.sap.tc.logging.FileLogSet
 
getSource() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore - always return null
getSource() - Method in class com.sap.tc.logging.BaseLog
 
getSource() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the log controller this log record came from.
getSource() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Gets the source name of this file log.
getSource(int) - Method in class com.sap.tc.logging.FileLogSet
 
getSourceName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the log controller this log record came from.
getSourceName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the log controller this log record came from.
getStackTrace(Throwable) - Static method in class com.sap.tc.logging.ExceptionManager
Fills a string with the stack trace of an exception.
getStartTS() - Method in interface com.sap.tc.logging.perf.ISatRecord
start time stamp of activity; difference, measured in milliseconds,
getStartTS() - Method in class com.sap.tc.logging.perf.SatRecord
 
getState() - Method in interface com.sap.tc.logging.perf.ISatRecord
status of activity; see constants STATUSxxx above
getState() - Method in class com.sap.tc.logging.perf.SatRecord
 
getSubLocationName() - Method in class com.sap.tc.logging.Group
 
getSysHostName() - Method in class com.sap.tc.logging.LogRecord
 
getSysHostName() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getSysInstanceName() - Method in class com.sap.tc.logging.LogRecord
 
getSysInstanceName() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getSysName() - Method in class com.sap.tc.logging.LogRecord
 
getSysName() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getSysNodeID() - Method in class com.sap.tc.logging.LogRecord
 
getSysNodeID() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getThread() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore - always return null
getThread() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the thread this log record belongs to if it still runs.
getThreadCounter() - Method in class com.sap.tc.logging.UID
Returns the thread id.
getThreadID() - Method in class com.sap.tc.logging.UID
Returns the thread id.
getThreadName() - Method in class com.sap.tc.logging.LogRecord
Gets the name of the thread this log record belongs to
getThreadName() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the name of the thread this log record belongs to
getTime() - Method in class com.sap.tc.logging.LogRecord
Gets the instantiation date of this log record in milliseconds.
getTime() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the instantiation date of this log record in milliseconds.
getTimeStamp() - Method in class com.sap.tc.logging.UID
Returns the time stamp with us resolution
getTransaction() - Method in class com.sap.tc.logging.LogRecord
Gets the application on behalf of which this log record was issued.
getTransaction() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getType() - Method in class com.sap.tc.logging.LogInfoData
 
getUser() - Method in class com.sap.tc.logging.LogRecord
Gets the user on behalf of which this log record was issued.
getUser() - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
getUserName() - Method in interface com.sap.tc.logging.perf.ISatRecord
user name JARM Request: user JARM Component: N/A JARM Action: N/A DSR: user id from the passport (allways available)
getUserName() - Method in class com.sap.tc.logging.perf.SatRecord
 
getVerInUse() - Method in class com.sap.tc.logging.LogController
Gets the version of API.
getVerInUse() - Method in class com.sap.tc.logging.Log
Gets the version of API.
getVerInUse() - Method in class com.sap.tc.logging.LogInfoData
 
getVerInUse() - Method in class com.sap.tc.logging.Group
Gets the version of API.
getVerInUse() - Method in class com.sap.tc.logging.BaseLog
 
getVerInUse() - Method in interface com.sap.tc.logging.interfaces.IObjectInfo
 
getVersion() - Static method in class com.sap.tc.logging.Version
 
grossCpuTime - Variable in class com.sap.tc.logging.perf.SatRecord
CPU gross time (in ms) of the activity JARM Request: constant NUMBERNOTAPPL if CPU time is not available JARM Component: constant NUMBERNOTAPPL if CPU time is not available or if component is not closed correctly JARM Action: N/A
grossTime - Variable in class com.sap.tc.logging.perf.SatRecord
duration (in ms) of the activity (elapsed)
JARM Component: constant NUMBERNOTAPPL if component is not closed correctly JARM Action: not applicable DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
Group - class com.sap.tc.logging.Group.
 
GROUP - Static variable in class com.sap.tc.logging.Severity
Group severity.
group(Object) - Method in class com.sap.tc.logging.LogController
Logs group message, specified as a resource name, from this controller.
group(Object, Object[]) - Method in class com.sap.tc.logging.LogController
Logs message, specified as resource name, with parameters from this controller.
group(Object, Object[], String) - Method in class com.sap.tc.logging.LogController
Logs message, specified as resource name, with parameters from this controller.
group(Object, String) - Method in class com.sap.tc.logging.LogController
Logs group message, specified as a resource name, from this controller.
group(String, Object) - Method in class com.sap.tc.logging.LogController
Same as LogController.group(java.lang.Object) but appends a string denoting a sublocation to the name of the group location.
group(String, Object, Object[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.group(java.lang.Object, java.lang.Object[]) but appends a string denoting a sublocation to the name of the group location.
group(String, Object, Object[], String) - Method in class com.sap.tc.logging.LogController
Same as LogController.group(java.lang.Object, java.lang.Object[], java.lang.String) but appends a string denoting a sublocation to the name of the group location.
group(String, Object, String) - Method in class com.sap.tc.logging.LogController
Same as LogController.group(java.lang.Object, java.lang.String) but appends a string denoting a sublocation to the name of the group location.
groupT(String) - Method in class com.sap.tc.logging.LogController
Logs simple group message from this controller.
groupT(String, Object[]) - Method in class com.sap.tc.logging.LogController
Logs group message with parameters from this controller.
groupT(String, String) - Method in class com.sap.tc.logging.LogController
Same as LogController.groupT(java.lang.String) but appends a string denoting a sublocation to the name of the group location.
groupT(String, String, Object[]) - Method in class com.sap.tc.logging.LogController
Same as LogController.groupT(java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of the group location.
GUId - class com.sap.tc.logging.GUId.
 

H

handleEvent(CreateLogfileEvent) - Method in interface com.sap.tc.logging.CreateLogfileListener
 
handleEvent(LogController, boolean) - Method in interface com.sap.tc.logging.ResetLogControllerListener
 
handleEvent(MessageEvent) - Method in interface com.sap.tc.logging.MessageEventListener
 
handleEvent(NewLogEvent) - Method in interface com.sap.tc.logging.NewLogListener
 
handleEvent(OverwriteLogfileEvent) - Method in interface com.sap.tc.logging.OverwriteLogfileListener
 
handleEvent(ReleaseLogEvent) - Method in interface com.sap.tc.logging.ReleaseLogListener
 
handleEvent(RemoveLogEvent) - Method in interface com.sap.tc.logging.RemoveLogListener
 
handleException(Exception) - Method in class com.sap.tc.logging.ExceptionHandling
 
handleException(Exception) - Static method in class com.sap.tc.logging.ExceptionManager
Handles exception.
handleException(Exception, int) - Method in class com.sap.tc.logging.ExceptionHandling
 
handleException(Exception, int) - Static method in class com.sap.tc.logging.ExceptionManager
Handles exception.
hashCode() - Method in class com.sap.tc.logging.Group
 
hashCode() - Method in class com.sap.tc.logging.LogRecord
 
hashCode() - Method in class com.sap.tc.logging.FormatterType
A final method with same behavior as in parent class Object.
help - Static variable in class com.sap.tc.logging.tools.lv.LVOptions
 
HelperLib - class com.sap.tc.logging.HelperLib.
 
HelperLib() - Constructor for class com.sap.tc.logging.HelperLib
 

I

IBaseLog - interface com.sap.tc.logging.interfaces.IBaseLog.
 
IDENT - Static variable in class com.sap.tc.logging.TokenType
 
IFileLog - interface com.sap.tc.logging.interfaces.IFileLog.
 
IFileSetLog - interface com.sap.tc.logging.interfaces.IFileSetLog.
 
IFilter - interface com.sap.tc.logging.interfaces.IFilter.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ILog - interface com.sap.tc.logging.interfaces.ILog.
 
ILoggingResultSet - interface com.sap.tc.logging.interfaces.ILoggingResultSet.
General result set for objects used in Logging.
ILogRecord - interface com.sap.tc.logging.interfaces.ILogRecord.
 
INFO - Static variable in class com.sap.tc.logging.Severity
Recommended severity for informational messages.
INFO - Static variable in class com.sap.tc.loggingStandard.Level
 
info(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
info(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
info(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, String, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
info(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a INFO message.
infoT(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
infoT(Location, String, String) - Method in class com.sap.tc.logging.Category
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.
infoT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
infoT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits an informational message, that is a message of severity Severity.INFO.
infoT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits an informational message, that is a message of severity Severity.INFO.
initConfigure() - Method in class com.sap.tc.logging.PropertiesConfigurator
To initialize configuration setting defined by user in the settings of the configurator.
INVALID - Static variable in class com.sap.tc.logging.reader.LogRecordResultSet
The requested records are entirely invalid, mostly likely due to overwriting by the rotating feature.
IObjectInfo - interface com.sap.tc.logging.interfaces.IObjectInfo.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
IReadableLog - interface com.sap.tc.logging.interfaces.IReadableLog.
Defines common operations to read log messages (a message record) from a log destination.
IReadLog - interface com.sap.tc.logging.interfaces.IReadLog.
 
IRPPublisher - interface com.sap.tc.logging.interfaces.IRPPublisher.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
IRPRecord - interface com.sap.tc.logging.interfaces.IRPRecord.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
isActivity(String) - Method in interface com.sap.tc.logging.interfaces.ISATChecker
Gets the activity status
isActivityTracking() - Method in class com.sap.tc.logging.LogController
 
isAppend() - Method in class com.sap.tc.logging.FileLog
Checks whether this file log writes messages to the end of the specified file rather than the beginning.
isAppend() - Method in interface com.sap.tc.logging.interfaces.IFileLog
Checks whether this file log writes messages to the end of the specified file rather than the beginning.
ISATChecker - interface com.sap.tc.logging.interfaces.ISATChecker.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ISatRecord - interface com.sap.tc.logging.perf.ISatRecord.
 
isAutoFlush() - Method in class com.sap.tc.logging.Log
Checks whether this log flushes its output stream after each log message.
isAutoFlush() - Method in interface com.sap.tc.logging.interfaces.ILog
Checks whether this log flushes its output stream after each log message.
isBatchMode - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
isBOF() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
isBOF() - Method in class com.sap.tc.logging.reader.FileReadLog
 
isChanged() - Method in class com.sap.tc.logging.LogInfoData
 
isClosed() - Method in class com.sap.tc.logging.Log
Check is this log closed.
isClosed() - Method in class com.sap.tc.logging.BaseLog
 
isClosed() - Method in interface com.sap.tc.logging.interfaces.ILog
Check is this log closed.
isClosed() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Check is this log closed.
isCommitted() - Method in class com.sap.tc.logging.Group
 
isCompatible(String) - Static method in class com.sap.tc.logging.Version
 
isCompleteMessage(int, byte[], int, int[]) - Method in class com.sap.tc.logging.Formatter
 
isCompleteMessage(int, byte[], int, int[]) - Method in class com.sap.tc.logging.ListFormatter
 
isCompleteMessage(String) - Method in class com.sap.tc.logging.Formatter
Determine if the message string reaches the valid end(delimiter) of a complete message record, according to the format defined by the formatter
isCompleteMessage(String) - Method in class com.sap.tc.logging.TraceFormatter
Determine if the message string reaches the valid end(delimiter) of a complete message record, according to the format defined by the formatter
isCompleteMessage(String) - Method in class com.sap.tc.logging.ListFormatter
Determine if the message string reaches the valid end(delimiter) of a complete message record, according to the format defined by the formatter.
isEmpty() - Method in interface com.sap.tc.logging.LoggingResultSet
Return true if result set is empty (no result node)
isEmpty() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return true if result set is empty (no result node)
isEmpty() - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
isEnd() - Method in class com.sap.tc.logging.FileLogSet
 
isEnd() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
 
isEOF() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
isEOF() - Method in class com.sap.tc.logging.reader.FileReadLog
 
isFileSet - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
isFilterEnabled() - Method in interface com.sap.tc.logging.interfaces.IFilter
Is filter enabled!?
isFiltersAgreeing(LogRecord) - Method in class com.sap.tc.logging.LogController
Checks whether all filters associated with this log controller agree with writing a log record.
isFiltersAgreeing(LogRecord) - Method in class com.sap.tc.logging.Log
Checks whether all filters associated with this log controller agree with writing a log record.
isGroupActive() - Method in class com.sap.tc.logging.LogRecord
Deprecated. Not supported anymore
isGroupActive() - Method in interface com.sap.tc.logging.interfaces.ILogRecord
Gets the level of nested groups.
isIndexed - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
isInFileSet() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Check is the file in rotating file set
isInFileSet() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Check is the file in rotating file set
isInFileSetMode() - Method in class com.sap.tc.logging.FileLogSet
Helper method.
isInFileSetMode() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Helper method.
isInSingleFileMode() - Method in class com.sap.tc.logging.FileLogSet
Helper method.
isInSingleFileMode() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Helper method.
isLoggable(Level) - Method in class com.sap.tc.loggingStandard.Logger
Check if a message of the given level would actually be logged by this logger, in terms of level comparison.
isOpened() - Method in class com.sap.tc.logging.Log
Check is this log opened.
isOpened() - Method in class com.sap.tc.logging.Group
 
isOpened() - Method in class com.sap.tc.logging.BaseLog
 
isOpened() - Method in interface com.sap.tc.logging.interfaces.ILog
Check is this log opened.
isOpened() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Check is this log opened.
isParsable() - Method in class com.sap.tc.logging.Formatter
Return true if this formatter supports message parsing formatted with this formatter.
isParsable() - Method in class com.sap.tc.logging.TraceFormatter
Return true if this formatter supports message parsing formatted with this formatter.
isParsable() - Method in class com.sap.tc.logging.ListFormatter
 
isPartOfFileSet() - Method in class com.sap.tc.logging.FileLogSet
Does this Log support FileSet Mode
isPartOfFileSet() - Method in class com.sap.tc.logging.reader.FileReadLog
Deprecated. Use the new isInFileSet() method
isStart() - Method in class com.sap.tc.logging.FileLogSet
 
isStart() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
 
isStartMessage(String) - Method in class com.sap.tc.logging.Formatter
Determine if the message string has a valid start of message record
isStartMessage(String) - Method in class com.sap.tc.logging.TraceFormatter
Determine if the message string has a valid start of message record
isStartMessage(String) - Method in class com.sap.tc.logging.ListFormatter
Determine if the message string has a valid start of message record Prerequisite: parameter 'msg' is supposed to be a string of at least 1 complete line from logfile
isStartMsg(int, byte[]) - Method in class com.sap.tc.logging.Formatter
 
isStartMsg(int, byte[]) - Method in class com.sap.tc.logging.ListFormatter
 
isSuppressing() - Method in class com.sap.tc.logging.Log
 
isTail - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
isValid() - Method in interface com.sap.tc.logging.LoggingResultSet
Return general status if result is either valid(true) or invalid(false)
isValid() - Method in interface com.sap.tc.logging.interfaces.ILoggingResultSet
Return general status if result is either valid(true) or invalid(false)
isValid() - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 

J

JAVA - Static variable in class com.sap.tc.logging.MsgType
Message type of messages in java.text.MessageFormat format.

L

length() - Method in class com.sap.tc.logging.LogInfoData
 
length() - Method in class com.sap.tc.logging.reader.ReadableLog
Deprecated. Use getFileLenght()
level - Variable in class com.sap.tc.logging.perf.SatRecord
nesting level
JARM Request: not applicable
JARM Component: indicates, how deep component is nested; 0 <-> main level JARM Action: not applicable DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
Level - class com.sap.tc.loggingStandard.Level.
This class is equivalent to java.util.logging.Level.
LISTFORMAT - Static variable in class com.sap.tc.logging.FormatterType
A not-so-human-readable format to be transferred to and processed further by another application, for example, a log viewer.
ListFormatter - class com.sap.tc.logging.ListFormatter.
Formats log records as simple hash-separated columns.
ListFormatter() - Constructor for class com.sap.tc.logging.ListFormatter
 
Location - class com.sap.tc.logging.Location.
Describes messages that originate from delimited source code areas and is above all used to emit trace messages.
Log - class com.sap.tc.logging.Log.
Writes log records to destinations.
LOG_ACCESSABILITY_TYPE_LOCAL_LOG - Static variable in class com.sap.tc.logging.Log
Inheritance is allowed, but with additional condition: final discretion of message printing lies with the original parent object.
LOG_ACCESSABILITY_TYPE_NORMAL_LOG - Static variable in class com.sap.tc.logging.Log
This type of Log allows regular inheritance; this log will become available to all descendants of the parent object.
LOG_ACCESSABILITY_TYPE_PRIVATE_LOG - Static variable in class com.sap.tc.logging.Log
This type of Log completely disables inheritance.
LOG_DESCRIPT - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_ENCODING - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_F_NAME_PATTERN - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_FILESET - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_FORMATTER - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_HEAD - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_HEAD_HELP - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_NAME - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_NEXT_FILE - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_OWNER - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LOG_PREV_FILE - Static variable in class com.sap.tc.logging.FileLogInfoData
 
log(int, Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
log(int, Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Logs message, specified as resource name, of the specified categories with parameters from this location.
log(int, Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Logs message, specified as a resource name, of the specified categories with parameters from this location.
log(int, Category[], Object, String) - Method in class com.sap.tc.logging.Location
Logs message, specified as a resource name, of the specified categories from this location.
log(int, Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object) but appends a string denoting a sublocation to the name of this location.
log(int, Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
log(int, Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but appends a string denoting a sublocation to the name of this location.
log(int, Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but appends a string denoting a sublocation to the name of this location.
log(int, Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
log(int, Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Logs message, specified as resource name, of the specified category with parameters from this location.
log(int, Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Logs message, specified as a resource name, of the specified category with parameters from this location.
log(int, Category, Object, String) - Method in class com.sap.tc.logging.Location
Logs message, specified as a resource name, of the specified category from this location.
log(int, Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object) but appends a string denoting a sublocation to the name of this location.
log(int, Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
log(int, Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but appends a string denoting a sublocation to the name of this location.
log(int, Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but appends a string denoting a sublocation to the name of this location.
log(int, Location, Object) - Method in class com.sap.tc.logging.Category
Logs message, specified as a resource name, from the given location into this category.
log(int, Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Logs message, specified as a resource name, with parameters from the given location into this category.
log(int, Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Logs message, specified as a resource name, with parameters from the given location into this category.
log(int, Location, Object, String) - Method in class com.sap.tc.logging.Category
Logs message, specified as a resource name, from the given location into this category.
log(int, Location, String, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object) but appends a string denoting a sublocation to the name of the location.
log(int, Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[]) but appends a string denoting a sublocation to the name of the location.
log(int, Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[], java.lang.String) but appends a string denoting a sublocation to the name of the location.
log(int, Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.String) but appends a string denoting a sublocation to the name of the location.
log(Level, String) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, with no arguments.
log(Level, String, Object) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, with no arguments.
log(Level, String, Object[]) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, with an array of object arguments.
log(Level, String, Throwable) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, with associated Throwable information.
LogController - class com.sap.tc.logging.LogController.
Controls output to logs, which stand for destinations to write log messages to.
LogEvents - interface com.sap.tc.logging.LogEvents.
 
Logger - class com.sap.tc.loggingStandard.Logger.
This class is similar to java.util.logging.Logger, that contains a subset of method calls that are mainly for writing log messages.
LOGGING_MSG_ID_CLOSE_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_EVENT_LOG - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_FEATURE_IS_DISABLED - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_FILE_NOT_FOUND - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_FILE_READ - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_FILTER_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_FOLDER_FILE_NOT_FOUND - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_FORMATTER_ERROR - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_GROUP_OPEN_LIMIT - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_HEADER_ERROR - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_ILLEGAL_ARG - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_INVALID_CONTENT_FORMAT - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_LOG_REMOVE - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_LV_INVALID_OPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_MISSING_FIELDS - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_NO_PERMISSION_FILE - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_NON_EQUAL_PATTERN - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_OBJECT_IS_NULL - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_OBJECT_IS_NULL_DEF - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_OPEN_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_PARSING - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_PARSING_ARG - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_PARSING_ARGS - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_PARSING_FIELD - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_READ_BUFFER - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_READ_OVERWRITTEN - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_ROLL_READ - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_UNEXPECTED - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_UNHANDLED - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_UNSUPPORTED_ENCODING - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_WRITE_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_ID_WRONG_SEVERITY_VALUE - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_CLOSE_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_EVENT_LOG - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_FEATURE_IS_DISABLED - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_FILE_NOT_FOUND - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_FILE_READ - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_FILTER_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_FOLDER_FILE_NOT_FOUND - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_FORMATTER_ERROR - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_GROUP_OPEN_LIMIT - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_HEADER_ERROR - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_ILLEGAL_ARG - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_INVALID_CONTENT_FORMAT - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_LOG_REMOVE - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_LV_INVALID_OPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_MISSING_FIELDS - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_NO_PERMISSION_FILE - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_NON_EQUAL_PATTERN - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_OBJECT_IS_NULL - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_OBJECT_IS_NULL_DEF - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_OPEN_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_PARSING - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_PARSING_ARG - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_PARSING_ARGS - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_PARSING_FIELD - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_READ_BUFFER - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_READ_OVERWRITTEN - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_ROLL_READ - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_UNEXPECTED - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_UNHANDLED - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_UNSUPPORTED_ENCODING - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_WRITE_EXCEPTION - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_MSG_STR_WRONG_SEVERITY_VALUE - Static variable in class com.sap.tc.logging.MSGCollection
 
LOGGING_VERSION - Static variable in class com.sap.tc.logging.FileLogInfoData
 
LoggingBaseException - exception com.sap.tc.logging.exceptions.LoggingBaseException.
 
LoggingBaseException() - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(long, String, Object[]) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
Deprecated. not supported
LoggingBaseException(long, String, Object[], Throwable) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
Deprecated. not supported
LoggingBaseException(String) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String, Object[]) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String, Object[], Throwable) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, String, Throwable) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(String, Throwable) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingBaseException(Throwable) - Constructor for class com.sap.tc.logging.exceptions.LoggingBaseException
 
LoggingManager - class com.sap.tc.logging.LoggingManager.
 
LoggingResultSet - interface com.sap.tc.logging.LoggingResultSet.
General result set for objects used in Logging.
LogInfoData - class com.sap.tc.logging.LogInfoData.
 
LogInfoData() - Constructor for class com.sap.tc.logging.LogInfoData
 
LogManager - class com.sap.tc.loggingStandard.LogManager.
This class is similar to java.util.logging.LogManager.
logp(Level, String, String, String) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class and method, with no arguments.
logp(Level, String, String, String, Object) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class and method, with a single object parameter to the log message.
logp(Level, String, String, String, Object[]) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class and method, with an array of object arguments If the logger is currently enabled for the given message level then the given message is forwarded to all the registered output Handler objects.
logp(Level, String, String, String, Throwable) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class and method, with associated Throwable information.
logrb(Level, String, String, String, String) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class, method, and resource bundle name with no arguments.
logrb(Level, String, String, String, String, Object) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class, method, and resource bundle name with a single object parameter to the log message.
logrb(Level, String, String, String, String, Object[]) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class, method, and resource bundle name with an array of object arguments.
logrb(Level, String, String, String, String, Throwable) - Method in class com.sap.tc.loggingStandard.Logger
Log a message, specifying source class, method, and resource bundle name with associated Throwable information.
LogRecord - class com.sap.tc.logging.LogRecord.
Internal form of log messages.
LogRecordResultSet - class com.sap.tc.logging.reader.LogRecordResultSet.
 
logT(int, Category[], String) - Method in class com.sap.tc.logging.Location
Logs simple message of the specified categories from this location.
logT(int, Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Logs message of the specified categories with parameters from this location.
logT(int, Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but appends a string denoting a sublocation to the name of this location.
logT(int, Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
logT(int, Category, String) - Method in class com.sap.tc.logging.Location
Logs simple message of the specified category from this location.
logT(int, Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Logs message of the specified category with parameters from this location.
logT(int, Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but appends a string denoting a sublocation to the name of this location.
logT(int, Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
logT(int, Location, String) - Method in class com.sap.tc.logging.Category
Logs simple message from the given location into this category.
logT(int, Location, String, Object[]) - Method in class com.sap.tc.logging.Category
Logs message with parameters from the given location into this category.
logT(int, Location, String, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but appends a string denoting a sublocation to the name of the location.
logT(int, Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
logT(int, String) - Method in class com.sap.tc.logging.Location
Logs simple message from this location.
logT(int, String, Object[]) - Method in class com.sap.tc.logging.Location
Logs message with parameters from this location.
logT(int, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but appends a string denoting a sublocation to the name of this location.
logT(int, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but appends a string denoting a sublocation to the name of this location.
logThrowable(int, Location, Object, Object[], String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, Object, String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, String, Object, Object[], String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowable(int, Location, String, Object, String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, Object[], Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logThrowableT(int, Location, String, Throwable) - Method in class com.sap.tc.logging.Category
Logs message with stack trace of given exception, from the given location into this category.
logWrite(ISatRecord) - Method in class com.sap.tc.logging.perf.PerfTracing
 
LV - class com.sap.tc.logging.tools.lv.LV.
 
LV(OutputStream, String[]) - Constructor for class com.sap.tc.logging.tools.lv.LV
 
LV(String[]) - Constructor for class com.sap.tc.logging.tools.lv.LV
 
LVActionConstants - class com.sap.tc.logging.tools.lv.LVActionConstants.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
LVActionConstants() - Constructor for class com.sap.tc.logging.tools.lv.LVActionConstants
 
LVOptions - class com.sap.tc.logging.tools.lv.LVOptions.
 
LVOptions() - Constructor for class com.sap.tc.logging.tools.lv.LVOptions
 

M

main(String[]) - Static method in class com.sap.tc.logging.UID
 
main(String[]) - Static method in class com.sap.tc.logging.Version
 
main(String[]) - Static method in class com.sap.tc.logging.tools.lv.LV
 
main(String[]) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
MAX - Static variable in class com.sap.tc.logging.Severity
Maximum severity.
MAX - Static variable in class com.sap.tc.logging.TokenType
 
MAX_NUMBER_OF_HEADER_LINES - Static variable in class com.sap.tc.logging.FileLogInfoData
 
MessageEvent - class com.sap.tc.logging.MessageEvent.
This event will be fired when an message is being processed.
MessageEvent(LogRecord) - Constructor for class com.sap.tc.logging.MessageEvent
 
MessageEventListener - interface com.sap.tc.logging.MessageEventListener.
Listen to the message being written.
MIN - Static variable in class com.sap.tc.logging.Severity
Minimum severity.
MODE_FILE_SET - Static variable in class com.sap.tc.logging.FileLogSet
 
MODE_FILE_SET - Static variable in class com.sap.tc.logging.FileLog
 
MODE_FILE_SET - Static variable in class com.sap.tc.logging.reader.ReadFileSetLog
 
MODE_MAX - Static variable in class com.sap.tc.logging.FileLog
 
MODE_MIN - Static variable in class com.sap.tc.logging.FileLog
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.FileLogSet
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.FileLog
 
MODE_SINGLE_FILE - Static variable in class com.sap.tc.logging.reader.ReadFileSetLog
 
moveToBOF() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
moveToBOF() - Method in class com.sap.tc.logging.reader.FileReadLog
 
moveToBOFS() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to the beginning of the fileset
moveToBOFS() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Move rotating fileset index to the oldest File in the fileset
moveToEnd() - Method in class com.sap.tc.logging.FileLogSet
 
moveToEOF() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
moveToEOF() - Method in class com.sap.tc.logging.reader.FileReadLog
 
moveToEOFS() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to the end of the fileset
moveToEOFS() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Move rotating fileset index to the newest File in the fileset
moveToStart() - Method in class com.sap.tc.logging.FileLogSet
 
msgCheck(int) - Static method in class com.sap.tc.logging.Severity
Checks whether a severity is within the valid range for messages.
MSGCollection - class com.sap.tc.logging.MSGCollection.
 
MSGCollection() - Constructor for class com.sap.tc.logging.MSGCollection
 
msgCorrect(int) - Static method in class com.sap.tc.logging.Severity
Corrects an invalid severity for a message to the closest valid value.
MsgType - class com.sap.tc.logging.MsgType.
Collects constants for internal use as message format types as well as some static utility methods.
MsgType() - Constructor for class com.sap.tc.logging.MsgType
 

N

name - Variable in class com.sap.tc.logging.perf.SatRecord
name of activity JARM Request: name JARM Component: name JARM Action: not applicable DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
netCpuTime - Variable in class com.sap.tc.logging.perf.SatRecord
net time (in ms) of activity (CPU); this is the gross time minus the time which was spent in subcalls JARM Request: N/A JARM Component: constant NUMBERNOTAPPL if CPU time is not available or if component is not closed correctly or at least one direct subcomponent is not closed correctly JARM Action: N/A
netTime - Variable in class com.sap.tc.logging.perf.SatRecord
net time (in ms) of activity (elapsed); this is the gross time minus the time which is spend in subcalls
JARM Request: not applicable
JARM Component: constant NUMBERNOTAPPL if component is not closed correctly or at least one direct subcomponent is not closed correctly JARM Action: not applicable DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
NewLogEvent - class com.sap.tc.logging.NewLogEvent.
An event indicating a log is ready to be used to output logging messages.
NewLogEvent(Log) - Constructor for class com.sap.tc.logging.NewLogEvent
 
NewLogListener - interface com.sap.tc.logging.NewLogListener.
Listen to the log adding event.
next() - Method in class com.sap.tc.logging.FileLogSet
 
next() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to next position.
next() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Move rotating fileset index to next position.
NO_CNT - Static variable in class com.sap.tc.logging.FileLogSet
 
NO_CNT - Static variable in class com.sap.tc.logging.FileLog
 
NO_LIMIT - Static variable in class com.sap.tc.logging.FileLogSet
 
NO_LIMIT - Static variable in class com.sap.tc.logging.FileLog
 
NONE - Static variable in class com.sap.tc.logging.Severity
Severity that prohibits any messages to be written.
NONE - Static variable in class com.sap.tc.logging.TokenType
 
NULL_STRING - Static variable in class com.sap.tc.logging.HelperLib
 
NUMBERNOTAPPL - Static variable in interface com.sap.tc.logging.perf.ISatRecord
number not applicable
NUMBERNOTSET - Static variable in interface com.sap.tc.logging.perf.ISatRecord
number not provided
numberOfSubRecords - Variable in class com.sap.tc.logging.perf.SatRecord
number of sub-records
JARM Request: number of components
JARM Component: number of actions JARM Action: not applicable DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
numRequested() - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 

O

OFF - Static variable in class com.sap.tc.loggingStandard.Level
 
open() - Method in class com.sap.tc.logging.Log
open output of this log object.
open() - Method in class com.sap.tc.logging.BaseLog
 
open() - Method in interface com.sap.tc.logging.interfaces.ILog
Open output of this log object.
open() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Open this log object.
open() - Method in class com.sap.tc.logging.reader.ReadableLog
Closes output of this log object.
OpenException - exception com.sap.tc.logging.exceptions.OpenException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
OpenException(String, String, Exception) - Constructor for class com.sap.tc.logging.exceptions.OpenException
 
openGroup(int) - Method in class com.sap.tc.logging.Location
Opens a message group from this location.
openGroup(int, Category) - Method in class com.sap.tc.logging.Location
Deprecated. This method is not supported anymore
openGroup(int, Category[]) - Method in class com.sap.tc.logging.Location
Deprecated. This method is not supported anymore
openGroup(int, Category[], String) - Method in class com.sap.tc.logging.Location
Deprecated. This method is not supported anymore
openGroup(int, Category, String) - Method in class com.sap.tc.logging.Location
Deprecated. This method is not supported anymore
openGroup(int, Location) - Method in class com.sap.tc.logging.Category
Opens a message group from the given location on this category.
openGroup(int, Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.openGroup(int, Location) but appends a string denoting a sublocation to the name of the location.
openGroup(int, String) - Method in class com.sap.tc.logging.Location
Same as Location.openGroup(int) but appends a string denoting a sublocation to the name of this location.
outData - Variable in class com.sap.tc.logging.perf.SatRecord
amount of transfered data (in bytes) JARM Action: not applicable
outFileName - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
outSystem - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
OverwriteLogfileEvent - class com.sap.tc.logging.OverwriteLogfileEvent.
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.
OverwriteLogfileEvent(FileLog) - Constructor for class com.sap.tc.logging.OverwriteLogfileEvent
 
OverwriteLogfileListener - interface com.sap.tc.logging.OverwriteLogfileListener.
Listen to the logfile being overwritten event.

P

parse(String) - Static method in class com.sap.tc.logging.MsgType
Gets the message type of the symbolic constant with the specified name.
parse(String) - Static method in class com.sap.tc.logging.Severity
Gets the severity of the symbolic constant with the specified name.
parse(String) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionPrefixes
 
parse(String) - Static method in class com.sap.tc.loggingStandard.Level
Parse a level name string into a Level.
parse(String[]) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
parse(String[], boolean) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
parse(String, String[]) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
parse(String, String[], boolean) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionList
 
parseBatch(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseCategory(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseDate(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseEventlog(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseFormat(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseHelp(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseIndex(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseLocation(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseMsg(byte[]) - Method in class com.sap.tc.logging.Formatter
 
parseMsg(byte[]) - Method in class com.sap.tc.logging.TraceFormatter
 
parseMsg(byte[]) - Method in class com.sap.tc.logging.ListFormatter
 
parseMsg(byte[]) - Method in class com.sap.tc.logging.perf.PerfFormatter
 
parseMsg(String) - Method in class com.sap.tc.logging.Formatter
Message written with the specific formatter is read as plain string.
parseMsg(String) - Method in class com.sap.tc.logging.TraceFormatter
Message written with the specific formatter is read as plain string.
parseMsg(String) - Method in class com.sap.tc.logging.ListFormatter
Parse message formatted by ListFormatter, current version 1.5.
parseMsg(String) - Method in class com.sap.tc.logging.perf.PerfFormatter
 
parseNoNamePrefix(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseOperator(String) - Static method in class com.sap.tc.logging.HelperLib
 
parseOut(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseSeverity(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseTail(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
parseUID(String) - Static method in class com.sap.tc.logging.UID
 
parseVersion(CmdOption) - Method in class com.sap.tc.logging.tools.lv.LVOptions
 
PATH - Static variable in class com.sap.tc.logging.Severity
Recommended severity for path messages.
path(Category[], Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
path(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
path(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object) but always emits a path message, that is a message of severity Severity.PATH.
path(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
path(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
path(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
path(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
pathT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a path message, that is a message of severity Severity.PATH.
pathT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a path message, that is a message of severity Severity.PATH.
PERFFORMAT - Static variable in class com.sap.tc.logging.FormatterType
See class (@link PerfFormatter}.
PerfFormatter - class com.sap.tc.logging.perf.PerfFormatter.
 
PerfFormatter() - Constructor for class com.sap.tc.logging.perf.PerfFormatter
 
PerfLogRecord - class com.sap.tc.logging.perf.PerfLogRecord.
 
PERFORMANCE - Static variable in class com.sap.tc.logging.Category
 
PerfTracing - class com.sap.tc.logging.perf.PerfTracing.
 
PerfTracing() - Constructor for class com.sap.tc.logging.perf.PerfTracing
 
PerfTracing(String) - Constructor for class com.sap.tc.logging.perf.PerfTracing
 
PLAIN - Static variable in class com.sap.tc.logging.MsgType
Message type of messages in plain text format.
POS_CURRENT - Static variable in class com.sap.tc.logging.FileLogSet
 
POS_END - Static variable in class com.sap.tc.logging.FileLogSet
 
POS_START - Static variable in class com.sap.tc.logging.FileLogSet
 
PREDEF_CATEGORIES - Static variable in class com.sap.tc.logging.Category
 
previous() - Method in class com.sap.tc.logging.FileLogSet
 
previous() - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Move rotating fileset index to previous position.
previous() - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Move rotating fileset index to previous position.
printStackTrace() - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
 
printStackTrace(PrintStream) - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
 
printStackTrace(PrintWriter) - Method in class com.sap.tc.logging.exceptions.LoggingBaseException
 
prop - Variable in class com.sap.tc.logging.perf.SatRecord
specific properties for this activity JARM Request: not applicable
JARM Component: applicable starting with 6.30 JARM Action: not applicable DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
PropertiesConfigurator - class com.sap.tc.logging.PropertiesConfigurator.
Configures the Logging API according to a set of properties.
PropertiesConfigurator(File) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties file and the class loader used for this class.
PropertiesConfigurator(File, ClassLoader) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties file and a custom class loader.
PropertiesConfigurator(Properties) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties object and the class loader used for this class.
PropertiesConfigurator(Properties, ClassLoader) - Constructor for class com.sap.tc.logging.PropertiesConfigurator
Configures this properties configurator with a properties object and a custom class loader.
PropertiesConfigurator13 - class com.sap.tc.loggingStandard.PropertiesConfigurator13.
This is based on com.sap.tc.logging.PropertiesConfigurator but with modified code to wrap around the configuration for JSR 47 API as in JDK 1.4.
PropertiesConfigurator13(File) - Constructor for class com.sap.tc.loggingStandard.PropertiesConfigurator13
Configures this properties configurator with a properties file and the class loader used for this class.
PropertiesConfigurator13(File, ClassLoader) - Constructor for class com.sap.tc.loggingStandard.PropertiesConfigurator13
Configures this properties configurator with a properties file and a custom class loader.
PropertiesConfigurator13(Properties) - Constructor for class com.sap.tc.loggingStandard.PropertiesConfigurator13
Configures this properties configurator with a properties object and the class loader used for this class.
PropertiesConfigurator13(Properties, ClassLoader) - Constructor for class com.sap.tc.loggingStandard.PropertiesConfigurator13
Configures this properties configurator with a properties object and a custom class loader.
provider - Variable in class com.sap.tc.logging.perf.SatRecord
provider of record; see constants PROVIDERxxx above
PROVIDERDSR - Static variable in interface com.sap.tc.logging.perf.ISatRecord
JDSR
PROVIDERJARM - Static variable in interface com.sap.tc.logging.perf.ISatRecord
JARM
PROVIDERTREX - Static variable in interface com.sap.tc.logging.perf.ISatRecord
TREX

R

ReadableLog - class com.sap.tc.logging.reader.ReadableLog.
Defines common operations to read log messages (a message record) from a log destination.
ReadableLog(String) - Constructor for class com.sap.tc.logging.reader.ReadableLog
Deprecated. ReadableLog become factory class. Use factory methods: - createReadableLog(FileLog fileLog) to get old IReadableLog instance - createFileReadLog(FileLog fileLog) to get new IReadLog instance for reading Files written using ListFormatter and TraceFormatter
ReadException - exception com.sap.tc.logging.exceptions.ReadException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ReadException() - Constructor for class com.sap.tc.logging.exceptions.ReadException
 
ReadException(String) - Constructor for class com.sap.tc.logging.exceptions.ReadException
 
readFileName - Variable in class com.sap.tc.logging.tools.lv.LVOptions
 
ReadFileSetLog - class com.sap.tc.logging.reader.ReadFileSetLog.
 
ReadFileSetLog(String) - Constructor for class com.sap.tc.logging.reader.ReadFileSetLog
 
ReadFileSetLog(String, int, int) - Constructor for class com.sap.tc.logging.reader.ReadFileSetLog
 
readLatestMsgRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Retrieve the latest n messages and return them in a result set.
readLatestMsgRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Retrieve the latest n messages and return them in a result set in chronological order.
readLatestRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readLatestMsgRecords(int).
readLatestRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readLatestMsgRecords(int).
ReadLog - class com.sap.tc.logging.reader.ReadLog.
 
ReadLog() - Constructor for class com.sap.tc.logging.reader.ReadLog
 
readNext() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
readNext() - Method in class com.sap.tc.logging.reader.ReadLog
 
readNext(int) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
readNext(int) - Method in class com.sap.tc.logging.reader.FileReadLog
 
readNextMsgRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Continue retrieving x relatively newer messages, picked from the point where the last message read from the previous read operation, with respective to the direction of the previous read operation.
readNextMsgRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Continue retrieving x relatively newer messages, picked from the point where the last message read from the previous read operation, with respect to the direction of the previous read operation.
readNextRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readNextMsgRecords(int).
readNextRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readNextMsgRecords(int).
readOldestMsgRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Retrieve the oldest n messages and return them in a result set.
readOldestMsgRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Retrieve the oldest n messages and return them in a result set in chronological order.
readOldestRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readOldestMsgRecords(int).
readOldestRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readOldestMsgRecords(int).
readPrevious() - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
readPrevious() - Method in class com.sap.tc.logging.reader.ReadLog
 
readPrevious(int) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
readPrevious(int) - Method in class com.sap.tc.logging.reader.FileReadLog
 
readPrevMsgRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Continue retrieving x relatively older messages, picked from the point where the last message read from the previous read operation, with respective to the direction of the previous read operation.
readPrevMsgRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Continue retrieving x relatively older messages, picked from the point where the last message read from the previous read operation, with respect to the direction of the previous read operation.
readPrevRecords(int) - Method in interface com.sap.tc.logging.interfaces.IReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readPrevMsgRecords(int).
readPrevRecords(int) - Method in class com.sap.tc.logging.reader.ReadableLog
Deprecated. Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readPrevMsgRecords(int).
ReadRotatingFilesException - exception com.sap.tc.logging.exceptions.ReadRotatingFilesException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
ReadRotatingFilesException() - Constructor for class com.sap.tc.logging.exceptions.ReadRotatingFilesException
 
ReadRotatingFilesException(String) - Constructor for class com.sap.tc.logging.exceptions.ReadRotatingFilesException
 
recType - Variable in class com.sap.tc.logging.perf.SatRecord
type of record; see constants TYPExxx above
registerForLogEvents(LogEvents) - Method in class com.sap.tc.logging.reader.FileReadLog
 
registerRuntimePropertiesPublisher(IRPPublisher) - Static method in class com.sap.tc.logging.LoggingManager
To add a publisher of the runtime properies
reInitProperties(IRPRecord) - Method in interface com.sap.tc.logging.interfaces.IRPPublisher
 
release() - Method in class com.sap.tc.logging.LogController
Drops all internal references to this log controller and its children.
ReleaseLogEvent - class com.sap.tc.logging.ReleaseLogEvent.
This event will be fired before an existing logfile is being cleaned up and overwritten with new messages, before OwerwriteLogfileEvent.
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.
ReleaseLogEvent(FileLog) - Constructor for class com.sap.tc.logging.ReleaseLogEvent
 
ReleaseLogListener - interface com.sap.tc.logging.ReleaseLogListener.
Listen to the logfile being overwritten event.
removeFilter(Filter) - Method in class com.sap.tc.logging.LogController
Removes a filter, so that it no longer controls output via this log controller.
removeFilter(Filter) - Method in class com.sap.tc.logging.Log
Removes a filter so that it no longer controls writing of messages via this log.
removeFilter(Filter) - Method in interface com.sap.tc.logging.interfaces.ILog
Removes a filter so that it no longer controls writing of messages via this log.
removeFilter(IFilter) - Method in class com.sap.tc.logging.BaseLog
 
removeFilter(IFilter) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Removes a filter so that it no longer controls messages flow via this log.
removeFilters() - Method in class com.sap.tc.logging.LogController
Removes all filters associated with this log controller.
removeFilters() - Method in class com.sap.tc.logging.Log
Removes all filters associated with this log.
removeFilters() - Method in class com.sap.tc.logging.BaseLog
 
removeFilters() - Method in interface com.sap.tc.logging.interfaces.ILog
Removes all filters associated with this log.
removeFilters() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Removes all filters associated with this log.
removeListener(EventListener) - Method in class com.sap.tc.logging.LoggingManager
To remove a listener from the logging tool.
removeListener(EventListener) - Method in interface com.sap.tc.logging.EventDispatcher
To remove a listener from the logging tool.
removeLog(Log) - Method in class com.sap.tc.logging.LogController
Removes a log associated with this log controller.
RemoveLogEvent - class com.sap.tc.logging.RemoveLogEvent.
An event indicating a log is no longer in use to output logging messages.
RemoveLogEvent(Log) - Constructor for class com.sap.tc.logging.RemoveLogEvent
 
RemoveLogListener - interface com.sap.tc.logging.RemoveLogListener.
Listen to the log removal event.
removeLogs() - Method in class com.sap.tc.logging.LogController
Removes all logs associated with this log controller.
reset() - Method in class com.sap.tc.logging.FileLogSet
 
reset() - Method in class com.sap.tc.logging.LogController
Reset this LogController to the initail state.
reset() - Method in class com.sap.tc.logging.Log
Reset all current Log settings and starts from beginning Current file
reset() - Method in class com.sap.tc.logging.LoggingManager
 
reset() - Method in class com.sap.tc.logging.tools.lv.LV
 
resetAll() - Method in class com.sap.tc.logging.LogController
Reset this LogController and his children to the initail state
resetException() - Method in class com.sap.tc.logging.ExceptionHandling
Resets the last exception thrown.
resetException() - Static method in class com.sap.tc.logging.ExceptionManager
Resets the last exception thrown.
ResetLogControllerListener - interface com.sap.tc.logging.ResetLogControllerListener.
Listen to the LogController reset event.
resetLoggedCount() - Method in class com.sap.tc.logging.LogController
 
resetLoggedCount() - Method in class com.sap.tc.logging.Log
 
RESOURCE_BUNDLE_NAME - Static variable in class com.sap.tc.logging.MSGCollection
 
ROOT_NAME - Static variable in class com.sap.tc.logging.Location
 
ROOT_NAME - Static variable in class com.sap.tc.logging.Category
 

S

SatRecord - class com.sap.tc.logging.perf.SatRecord.
the class contains the constants and methods to get the attributes of a Single Active Trace (SAT) record if a record type is not explicitely mentioned in the method documentation it provides the data as generally described in the documentation
SatRecord() - Constructor for class com.sap.tc.logging.perf.SatRecord
CONSTRUCTORS
search(String) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
search(String) - Method in class com.sap.tc.logging.reader.FileReadLog
 
searchNext(String[], boolean) - Method in class com.sap.tc.logging.reader.FileReadLog
 
seek(long) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
seek(long) - Method in class com.sap.tc.logging.reader.FileReadLog
 
seek(long) - Method in class com.sap.tc.logging.reader.ReadableLog
Tries to set the file pointer specified by the parameter.
SEPARATOR - Static variable in class com.sap.tc.logging.Location
 
SEPARATOR - Static variable in class com.sap.tc.logging.Category
 
seqNumber - Variable in class com.sap.tc.logging.perf.SatRecord
sequence number
JARM Request: not applicable
JARM Component: indicates the call sequence of the components; starts with 0 JARM Action: indicates the call sequence of the actions; starts with 0 DSR Action: @Todo Mario, Markus DSR Call: @Todo Mario, Markus DSR Trace: @Todo Mario, Markus
setActivityTracking(ISATChecker) - Static method in class com.sap.tc.logging.LogController
 
setApplication(String) - Method in class com.sap.tc.logging.LogRecord
 
setApplication(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setAutoFlush(boolean) - Method in class com.sap.tc.logging.Log
Configures this log to flush the output stream after each log message.
setAutoFlush(boolean) - Method in interface com.sap.tc.logging.interfaces.ILog
Configures this log to flush the output stream after each log message.
setBookMark(long) - Method in class com.sap.tc.logging.LogRecord
 
setBookMark(long) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
setBookMark(long) - Method in class com.sap.tc.logging.reader.ReadLog
 
setClassLoader() - Method in class com.sap.tc.logging.LogController
Resets the class loader assigned to this log controller for getting resource bundles.
setClassLoader(ClassLoader) - Method in class com.sap.tc.logging.LogController
Assigns a class loader to this log controller for getting resource bundles.
setClassLoader(ClassLoader) - Method in class com.sap.tc.logging.Configurator
Sets the class loader that is responsible for loading custom classes in this configurator.
setCommitted(boolean) - Method in class com.sap.tc.logging.Group
 
setDescription(String) - Method in class com.sap.tc.logging.LogController
Sets a description for this log.
setDescription(String) - Method in class com.sap.tc.logging.Log
Sets a description for this log.
setDescription(String) - Method in class com.sap.tc.logging.Group
 
setDescription(String) - Method in class com.sap.tc.logging.BaseLog
 
setDsrComponent(String) - Method in class com.sap.tc.logging.LogRecord
 
setDsrComponent(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setDsrTransaction(String) - Method in class com.sap.tc.logging.LogRecord
 
setDsrTransaction(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setDsrUser(String) - Method in class com.sap.tc.logging.LogRecord
 
setDsrUser(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setEffectiveSeverity() - Method in class com.sap.tc.logging.LogController
Resets the effective severity of this log controller.
setEffectiveSeverity(Category) - Method in class com.sap.tc.logging.Location
Resets the effective severity of this location with respect to a category.
setEffectiveSeverity(Category, int) - Method in class com.sap.tc.logging.Location
Sets the effective severity of this location with respect to a category.
setEffectiveSeverity(int) - Method in class com.sap.tc.logging.LogController
Sets the effective severity of this log controller.
setEffectiveSeverity(int) - Method in class com.sap.tc.logging.Log
Sets the effective severity of this log.
setEffectiveSeverity(int) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the effective severity of this log.
setEffectiveSeverity(Location) - Method in class com.sap.tc.logging.Category
Resets the effective severity of this category with respect to a location.
setEffectiveSeverity(Location, int) - Method in class com.sap.tc.logging.Category
Sets the effective severity of this category with respect to a location.
setEnableFilter(boolean) - Method in interface com.sap.tc.logging.interfaces.IFilter
Enable or disable configured filter
setEncoding(String) - Method in class com.sap.tc.logging.Log
Sets the named character encoding to be used for this log.
setEncoding(String) - Method in class com.sap.tc.logging.StreamLog
Sets the named character encoding to be used for this log.
setEncoding(String) - Method in class com.sap.tc.logging.BaseLog
 
setEncoding(String) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the named character encoding to be used for this log.
setEncoding(String) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the named character encoding to be used for this log.
setException(Exception) - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
setFile(File) - Method in class com.sap.tc.logging.PropertiesConfigurator
Sets the file used for this configurator.
setFile(File) - Method in class com.sap.tc.loggingStandard.PropertiesConfigurator13
Sets the file used for this configurator.
setFormatter(Formatter) - Method in class com.sap.tc.logging.Log
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in class com.sap.tc.logging.LogInfoData
 
setFormatter(Formatter) - Method in class com.sap.tc.logging.BaseLog
 
setFormatter(Formatter) - Method in class com.sap.tc.logging.FileLog
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the formatter that dictates the format of log records in this log.
setFormatter(Formatter) - Method in class com.sap.tc.logging.reader.ReadableLog
Sets the formatter that dictates the format of log records in this log.
setFormatterName(String) - Method in class com.sap.tc.logging.Formatter
Sets a descriptive name for this formatter.
setGroupSize(int) - Method in class com.sap.tc.logging.LogController
Set the max group size which indicate how many nested group can be opened on this LogController.
setIndex(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Sets the current file index in rotating file set
setIndex(int) - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Sets the current file index in rotating file set
setLevel(Level) - Method in class com.sap.tc.loggingStandard.Logger
Set the log level specifying which message levels will be logged by this logger (not affecting children).
setLevel(String, Level) - Method in class com.sap.tc.loggingStandard.LogManager
Set a log level for a given set of loggers.
setLimit(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Sets the limit file size used for sequencing on the rotating output file
setLimit(int) - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Sets the limit file size used for sequencing on the rotating output file
setLogName(String) - Method in class com.sap.tc.logging.Log
Deprecated. @see {#setName(String name)}.
setLogName(String) - Method in class com.sap.tc.logging.LogRecord
 
setLogTypeAccessibility(int) - Method in class com.sap.tc.logging.Log
Sets the accessibility level for this log.
setLogTypeAccessibility(int) - Method in interface com.sap.tc.logging.interfaces.ILog
Sets the effective severity of this log.
setMaximumSeverity() - Method in class com.sap.tc.logging.LogController
Resets the maximum severity of this log controller.
setMaximumSeverity(Category) - Method in class com.sap.tc.logging.Location
Resets the maximum severity of this location with respect to a category.
setMaximumSeverity(Category, int) - Method in class com.sap.tc.logging.Location
Sets the maximum severity of this location with respect to a category.
setMaximumSeverity(int) - Method in class com.sap.tc.logging.LogController
Sets the maximum severity of this log controller.
setMaximumSeverity(Location) - Method in class com.sap.tc.logging.Category
Resets the maximum severity of this category with respect to a location.
setMaximumSeverity(Location, int) - Method in class com.sap.tc.logging.Category
Sets the maximum severity of this category with respect to a location.
setMinimumSeverity() - Method in class com.sap.tc.logging.LogController
Resets the minimum severity of this log controller.
setMinimumSeverity(Category) - Method in class com.sap.tc.logging.Location
Resets the minimum severity of this location with respect to a category.
setMinimumSeverity(Category, int) - Method in class com.sap.tc.logging.Location
Sets the minimum severity of this location with respect to a category.
setMinimumSeverity(int) - Method in class com.sap.tc.logging.LogController
Sets the minimum severity of this log controller.
setMinimumSeverity(Location) - Method in class com.sap.tc.logging.Category
Resets the minimum severity of this category with respect to a location.
setMinimumSeverity(Location, int) - Method in class com.sap.tc.logging.Category
Sets the minimum severity of this category with respect to a location.
setMode(int) - Method in class com.sap.tc.logging.FileLogSet
Set current working mode of the FileLog mode 1 == FileLog.MODE_FILE_SET 2 == FileLog.MODE_SINGLE_FILE
setMode(int) - Method in class com.sap.tc.logging.BaseLog
 
setMode(int) - Method in class com.sap.tc.logging.FileLog
Set current working mode of the FileLog mode 0 == FileLog.MODE_FILE_SET 1 == FileLog.MODE_SINGLE_FILE
setMode(int) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Set current working mode.
setMode(int) - Method in interface com.sap.tc.logging.interfaces.IReadLog
 
setName(String) - Method in class com.sap.tc.logging.LogController
Sets a name for this log.
setName(String) - Method in class com.sap.tc.logging.Log
Sets a name for this log.
setName(String) - Method in class com.sap.tc.logging.Group
 
setName(String) - Method in class com.sap.tc.logging.BaseLog
 
setPattern(String) - Method in class com.sap.tc.logging.TraceFormatter
Configures this trace formatter with a custom formatting pattern.
setPattern(String) - Method in class com.sap.tc.logging.BaseLog
 
setPattern(String) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the name pattern of this log.
setPeriodicity(int) - Method in class com.sap.tc.logging.Configurator
Sets the periodicity of this configurator in minutes.
setPrefixes(Map) - Static method in class com.sap.tc.logging.tools.lv.CmdOptionPrefixes
 
setProperties(Properties) - Method in class com.sap.tc.logging.PropertiesConfigurator
Sets the properties object used for this configurator.
setProperties(Properties) - Method in class com.sap.tc.loggingStandard.PropertiesConfigurator13
Sets the properties object used for this configurator.
setResourceBundleName() - Method in class com.sap.tc.logging.LogController
Resets the resource bundle name of this log controller.
setResourceBundleName(String) - Method in class com.sap.tc.logging.LogController
Assigns a resource bundle name to this log controller.
setResults(List) - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
setRotation(int, int) - Method in class com.sap.tc.logging.FileLog
Set the max count number of rotating fileset and set the limit file size used for sequencing on the rotating output file This may change behaviour of the curent rotating fileset in a way: - Setting an incompatible value to the count or the limit will kill the rotating file set.
setSession(String) - Method in class com.sap.tc.logging.LogRecord
 
setSession(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setSize(int) - Method in interface com.sap.tc.logging.interfaces.IFileSetLog
Sets the size of rotating fileset, number of files in fileset.
setSize(int) - Method in class com.sap.tc.logging.reader.ReadFileSetLog
Sets the size of rotating fileset, number of files in fileset.
setSource(String) - Method in class com.sap.tc.logging.BaseLog
 
setSource(String) - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Sets the source name of this log.
setStatus(int) - Method in class com.sap.tc.logging.reader.LogRecordResultSet
 
setSubLocationName(String) - Method in class com.sap.tc.logging.Group
 
setSuppressing(boolean) - Method in class com.sap.tc.logging.Log
 
setSysHostName(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysHostName(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setSysInstanceName(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysInstanceName(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setSysName(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysName(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setSysNodeID(String) - Method in class com.sap.tc.logging.LogRecord
 
setSysNodeID(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setTransaction(String) - Method in class com.sap.tc.logging.LogRecord
 
setTransaction(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
setUser(String) - Method in class com.sap.tc.logging.LogRecord
 
setUser(String) - Method in interface com.sap.tc.logging.interfaces.IRPRecord
 
SEVERE - Static variable in class com.sap.tc.loggingStandard.Level
 
severe(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a SEVERE message.
Severity - class com.sap.tc.logging.Severity.
Collects constants for use as severities as well as some static utility methods.
Severity() - Constructor for class com.sap.tc.logging.Severity
 
size() - Method in class com.sap.tc.logging.Log
Current size of the log.
startTS - Variable in class com.sap.tc.logging.perf.SatRecord
the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC
state - Variable in class com.sap.tc.logging.perf.SatRecord
status of activity; see constants STATUSxxx above
STATENOTCLOSED - Static variable in interface com.sap.tc.logging.perf.ISatRecord
activity not properly closed JARM Request: not all components of request were closed JARM Component: component not closed JARM Action: N/A DSR Action: N/A unclosed actions are not being written DSR Call: N/A unclosed calls are not being written DSR Trace: N/A trace records does not need to be closed
STATEOK - Static variable in interface com.sap.tc.logging.perf.ISatRecord
no error occured JARM Request: all components of request and request itself ended correctly
JARM Component: component ended correctly JARM Action: N/A DSR: N/A all statistics and trace information is collected only if the component works correctly DSR Trace: N/A
STATESUBRECORDOVERFLOW - Static variable in interface com.sap.tc.logging.perf.ISatRecord
activity closed because of too many subrecords JARM Request: request closed because too many component calls were done JARM Component: N/A JARM Action: N/A DSR Action: N/A DSR Call: N/A DSR Trace: N/A
STATUS_CLOSED - Static variable in class com.sap.tc.logging.Log
 
STATUS_CLOSED - Static variable in class com.sap.tc.logging.BaseLog
 
STATUS_INVALID - Static variable in class com.sap.tc.logging.Log
 
STATUS_INVALID - Static variable in class com.sap.tc.logging.BaseLog
 
STATUS_OPENED - Static variable in class com.sap.tc.logging.Log
 
STATUS_OPENED - Static variable in class com.sap.tc.logging.BaseLog
 
status() - Method in class com.sap.tc.logging.Log
Status of this log object.
status() - Method in class com.sap.tc.logging.BaseLog
 
status() - Method in interface com.sap.tc.logging.interfaces.ILog
Status of this log object.
status() - Method in interface com.sap.tc.logging.interfaces.IBaseLog
Status of this log object.
status() - Method in class com.sap.tc.logging.reader.ReadableLog
 
StreamLog - class com.sap.tc.logging.StreamLog.
Writes log records to output streams.
StreamLog(OutputStream) - Constructor for class com.sap.tc.logging.StreamLog
Configures this stream log for writing to an output stream.
StreamLog(OutputStream, Formatter) - Constructor for class com.sap.tc.logging.StreamLog
Same as StreamLog.StreamLog(java.io.OutputStream) but configures for writing with a custom formatter.
StreamLog(OutputStream, String) - Constructor for class com.sap.tc.logging.StreamLog
Configures this stream log for writing to an output stream with a custom character encoding.
StreamLog(OutputStream, String, Formatter) - Constructor for class com.sap.tc.logging.StreamLog
Same as StreamLog.StreamLog(java.io.OutputStream, java.lang.String) but configures for writing with a custom formatter and character encoding.
STRINGNOTAPPL - Static variable in interface com.sap.tc.logging.perf.ISatRecord
string not applicable
STRINGNOTSET - Static variable in interface com.sap.tc.logging.perf.ISatRecord
string not provided;
in 6.20 JARM names could have the value "nameNotDefined" instead of " "
SYS_CONFIGURATION - Static variable in class com.sap.tc.logging.Category
 
SYS_DATABASE - Static variable in class com.sap.tc.logging.Category
 
SYS_ENTERPRISE_SERVICES - Static variable in class com.sap.tc.logging.Category
 
SYS_LOGGING - Static variable in class com.sap.tc.logging.Category
 
SYS_NETWORK - Static variable in class com.sap.tc.logging.Category
 
SYS_SECURITY - Static variable in class com.sap.tc.logging.Category
 
SYS_SERVER - Static variable in class com.sap.tc.logging.Category
 
SYS_USER_INTERFACE - Static variable in class com.sap.tc.logging.Category
 
SYSTEM - Static variable in class com.sap.tc.logging.Category
 

T

throwException() - Method in class com.sap.tc.logging.ExceptionHandling
Rethrows the last exception thrown.
throwException() - Method in class com.sap.tc.logging.Configurator
Rethrows the last exception thrown.
throwing(Category[], String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.throwing(Category[], java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
throwing(Category[], Throwable) - Method in class com.sap.tc.logging.Location
Logs message of the specified categories and severity Severity.PATH which indicates that this method location is about to throw an exception.
throwing(Category, String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.throwing(Category, java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
throwing(Category, Throwable) - Method in class com.sap.tc.logging.Location
Logs message of the specified category and severity Severity.PATH which indicates that this method location is about to throw an exception.
throwing(String, String, Throwable) - Method in class com.sap.tc.loggingStandard.Logger
Log throwing an exception.
throwing(String, Throwable) - Method in class com.sap.tc.logging.Location
Same as Location.throwing(java.lang.Throwable) but appends a string denoting a sublocation to the name of this location.
throwing(Throwable) - Method in class com.sap.tc.logging.Location
Logs message of severity Severity.PATH which indicates that this method location is about to throw an exception.
TokenType - class com.sap.tc.logging.TokenType.
 
TokenType() - Constructor for class com.sap.tc.logging.TokenType
 
toString() - Method in class com.sap.tc.logging.UID
Returns the hex string representation of this UID.
toString() - Method in class com.sap.tc.logging.GUId
 
toString() - Method in class com.sap.tc.logging.FormatterType
Returns the formatter type in literal string.
toString() - Method in class com.sap.tc.logging.perf.PerfFormatter
 
toString() - Method in class com.sap.tc.loggingStandard.Level
Return the literal name of the severity level.
toString(int) - Static method in class com.sap.tc.logging.MsgType
 
toString(int) - Static method in class com.sap.tc.logging.Severity
 
TRACEFORMAT - Static variable in class com.sap.tc.logging.FormatterType
A format which is readily understood by users.
TraceFormatter - class com.sap.tc.logging.TraceFormatter.
Formats log records as readable lines.
TraceFormatter() - Constructor for class com.sap.tc.logging.TraceFormatter
Configures this trace formatter with the standard formatting pattern "%24d %-40l [%t] %s: %m".
TraceFormatter(String) - Constructor for class com.sap.tc.logging.TraceFormatter
Configures this trace formatter with a custom formatting pattern.
traceThrowableT(int, Category, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, Category, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, Category, String, String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, Category, String, Throwable) - Method in class com.sap.tc.logging.Location
Deprecated. Not supported.
traceThrowableT(int, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this loaction.
traceThrowableT(int, String, String, Object[], Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowableT(int, String, String, Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
traceThrowableT(int, String, Throwable) - Method in class com.sap.tc.logging.Location
Trace message with stack trace of given exception, into this location.
TYPEDSRACTION - Static variable in interface com.sap.tc.logging.perf.ISatRecord
DSR Action
TYPEDSREXTCALL - Static variable in interface com.sap.tc.logging.perf.ISatRecord
DSR External Call
TYPEDSRINTCALL - Static variable in interface com.sap.tc.logging.perf.ISatRecord
DSR Internal Call
TYPEDSRTRACE - Static variable in interface com.sap.tc.logging.perf.ISatRecord
DSR Trace
TYPEJARMACT - Static variable in interface com.sap.tc.logging.perf.ISatRecord
JARM Action
TYPEJARMCOMP - Static variable in interface com.sap.tc.logging.perf.ISatRecord
JARM Component
TYPEJARMREQ - Static variable in interface com.sap.tc.logging.perf.ISatRecord
JARM request
TYPETREXTRACE - Static variable in interface com.sap.tc.logging.perf.ISatRecord
TREX Trace

U

UID - class com.sap.tc.logging.UID.
The UID class
UID() - Constructor for class com.sap.tc.logging.UID
Constructs a new UID based on the following algorithm.
UNDEFINEDFORMAT - Static variable in class com.sap.tc.logging.FormatterType
Unknown format.
UNEXPECTED_EXCEPTION(Location, String, String[], Exception) - Static method in class com.sap.tc.logging.ExceptionManager
 
UNKNOWN - Static variable in class com.sap.tc.logging.TokenType
 
UNPARSED - Static variable in class com.sap.tc.logging.TokenType
 
UnsupportedFormatException - exception com.sap.tc.logging.UnsupportedFormatException.
Deprecated. Use the com.sap.tc.logging.exception.UnsupportedFormatException class
UnsupportedFormatException - exception com.sap.tc.logging.exceptions.UnsupportedFormatException.
Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG.
UnsupportedFormatException() - Constructor for class com.sap.tc.logging.UnsupportedFormatException
Deprecated.  
UnsupportedFormatException() - Constructor for class com.sap.tc.logging.exceptions.UnsupportedFormatException
 
UnsupportedFormatException(String) - Constructor for class com.sap.tc.logging.UnsupportedFormatException
Deprecated.  
UnsupportedFormatException(String) - Constructor for class com.sap.tc.logging.exceptions.UnsupportedFormatException
 
userName - Variable in class com.sap.tc.logging.perf.SatRecord
user name JARM Request: user JARM Component: not applicable JARM Action: not applicable DSR: user id from the passport, if available, else name of the principal that is associated with the thread context

V

VALID - Static variable in class com.sap.tc.logging.reader.LogRecordResultSet
The returning number of message record equals to the requested number
VALUES - Static variable in class com.sap.tc.logging.Severity
List of predefined severity levels (unmodifiable).
version - Static variable in interface com.sap.tc.logging.LoggingResultSet
 
Version - class com.sap.tc.logging.Version.
Logging API Version
Version() - Constructor for class com.sap.tc.logging.Version
 

W

WARNING - Static variable in class com.sap.tc.logging.Severity
Recommended severity of warning messages.
WARNING - Static variable in class com.sap.tc.loggingStandard.Level
 
warning(Category[], Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.Object[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.Object, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category[], String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category[], java.lang.String, java.lang.Object, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, Object) - Method in class com.sap.tc.logging.Location
Deprecated. Message Code must be used together with Message Text.
warning(Category, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.Object, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, String, Object) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, String, Object, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, String, Object, Object[], String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Category, String, Object, String) - Method in class com.sap.tc.logging.Location
Same as Location.log(int, Category, java.lang.String, java.lang.Object, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.Object, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, String, Object) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, String, Object, Object[]) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, String, Object, Object[], String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.Object[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(Location, String, Object, String) - Method in class com.sap.tc.logging.Category
Same as Category.log(int, Location, java.lang.String, java.lang.Object, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warning(String) - Method in class com.sap.tc.loggingStandard.Logger
Log a WARNING message.
warningT(Category[], String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category[], String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category[], String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category[], String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category[], java.lang.String, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Category, String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, Category, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Location, String) - Method in class com.sap.tc.logging.Category
Same as Category.logT(int, Location, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(Location, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
warningT(Location, String, String) - Method in class com.sap.tc.logging.Category
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.
warningT(Location, String, String, Object[]) - Method in class com.sap.tc.logging.Category
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.
warningT(String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(String, String) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String) but always emits a warning message, that is a message of severity Severity.WARNING.
warningT(String, String, Object[]) - Method in class com.sap.tc.logging.Location
Same as Location.logT(int, java.lang.String, java.lang.String, java.lang.Object[]) but always emits a warning message, that is a message of severity Severity.WARNING.
write(LogRecord) - Method in class com.sap.tc.logging.Log
Deprecated. not supported anymore

X

XMLFORMAT - Static variable in class com.sap.tc.logging.FormatterType
See class (@link XMLFormatter}.
XMLFormatter - class com.sap.tc.logging.XMLFormatter.
Formats log records as XML elements.
XMLFormatter() - Constructor for class com.sap.tc.logging.XMLFormatter
 

A B C D E F G H I J L M N O P R S T U V W X