ITLogLib2/Java
Help version: Wed 07 Jul 2004
A C D F G I L O Q R S W

A

add(char) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Streams a character to the logmessage text.
add(double) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Streams a double to the logmessage text.
add(float) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Streams a float to the logmessage text.
add(int) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Streams an integer to the logmessage text.
add(String) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Streams a string to the logmessage text.
addForward(String) - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Forwards all logmessages to an additional logchannel.
addLogLevel(short) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds an additional loglevel to the current loglevel of the logmessage.
addParam(String, char) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named char parameter including its value to the logmessage.
addParam(String, char, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named char parameter including its value to the logmessage.
addParam(String, char, boolean, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named char parameter including its value to the logmessage.
addParam(String, double) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named double parameter including its value to the logmessage.
addParam(String, double, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named double parameter including its value to the logmessage.
addParam(String, double, boolean, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named double parameter including its value to the logmessage.
addParam(String, float) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named float parameter including its value to the logmessage.
addParam(String, float, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named float parameter including its value to the logmessage.
addParam(String, float, boolean, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named float parameter including its value to the logmessage.
addParam(String, int) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named integer parameter including its value to the logmessage.
addParam(String, int, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named integer parameter including its value to the logmessage.
addParam(String, int, boolean, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named integer parameter including its value to the logmessage.
addParam(String, String) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named string parameter including its value to the logmessage.
addParam(String, String, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named string parameter including its value to the logmessage.
addParam(String, String, boolean, boolean) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Adds a named string parameter including its value to the logmessage.

C

cancel() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Prevents the logmessage from sending to its output logchannel(s).
closeLogChannel(String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Closes the designated logchannel - if open an flushes all pending logmessages.
create(String, String) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Creates a logmessage with default loglevel (LEVEL_INFO) for the default logchannel ('StdLog').
create(String, String, short) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Creates a logmessage for the default logchannel 'StdLog'.
create(String, String, short, String) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Creates a logmessage for a given logchannel.
createLogMsg(String, String) - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Creates a logmessage with default loglevel (LEVEL_INFO for the logchannel.
createLogMsg(String, String, short) - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Creates a logmessage for the logchannel.

D

de.itechsoftware.itloglib2 - package de.itechsoftware.itloglib2
This package contains all of the classes of the ITLogLib2/Java logging library API: The ITLogLib class is the singleton class representing the logging library.
deinitialize() - Static method in class de.itechsoftware.itloglib2.ITLogLib
Deinitializes the logging library - if not already deinitialized.

F

finalize() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Sends the logmessage automatically to its logchannel(s), by calling its ITLogMsg.send() method.

G

getCase() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns the case name of the logmessage.
getConfigFile() - Static method in class de.itechsoftware.itloglib2.ITLogLib
Returns the name of the configuration file.
getCurrentLogFile() - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Returns the name of the current output file of the logchannel.
getLastErrorCode() - Static method in class de.itechsoftware.itloglib2.ITLogLib
Returns the error code of the last error.
getLastErrorDescription() - Static method in class de.itechsoftware.itloglib2.ITLogLib
Returns details about the last unsuccessful method call.
getLogChannel(String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Returns an instance for the designated logchannel.
getLogChannelName() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns the name of the (primary) logchannel as passed in the constructor or create method.
getLogLevel() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns the loglevel (combination) of the logmessage.
getModule() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns the module name of the logmessage.
getName() - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Returns the name of the logchannel.
getRegistrySettingCurrentUser(String, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Helper method - Reads Windows registry string data from HKEY_CURRENT_USER.
getRegistrySettingLocalMachine(String, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Helper method - Reads Windows registry string data from HKEY_LOCAL_MACHINE.
getText() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns the logmessage text.
getTimeAsString() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns the timestamp (date and time) of the logmessage as a string.

I

initialize(String, String, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Initializes the logging library - if not already initialized.
isInitialized() - Static method in class de.itechsoftware.itloglib2.ITLogLib
Returns the initialization status of the logging library.
isNullLogMsg() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns whether the logmessage is the null LogMsg object, a special instance used for performance optimization of suppressed logmessages.
isOpen() - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Determines whether the logchannel is open.
ITLogLevel - class de.itechsoftware.itloglib2.ITLogLevel.
Provides the constants representing the various predefined bit values of the LogLevel property of ITLogMsg instances.
ITLogLib - class de.itechsoftware.itloglib2.ITLogLib.
This class represents a singleton which provides the administrative methods of the logging library.
ITLogMsg - class de.itechsoftware.itloglib2.ITLogMsg.
Logmessages are flexible container objects collecting information about the logging application.
ITLogMsg() - Constructor for class de.itechsoftware.itloglib2.ITLogMsg
Contructs a null (or empty) LogMsg instance.
ITLogMsg(String, String) - Constructor for class de.itechsoftware.itloglib2.ITLogMsg
Contructs a logmessage with default loglevel (LEVEL_INFO) for the default logchannel ('StdLog').
ITLogMsg(String, String, short) - Constructor for class de.itechsoftware.itloglib2.ITLogMsg
Constructs a logmessage for the default logchannel 'StdLog'.
ITLogMsg(String, String, short, String) - Constructor for class de.itechsoftware.itloglib2.ITLogMsg
Constructs a logmessage for a given logchannel.
ITOutputLogChannel - class de.itechsoftware.itloglib2.ITOutputLogChannel.
Logchannels are output streams for logmessages.

L

LEVEL_ALARM - Static variable in class de.itechsoftware.itloglib2.ITLogLevel
This bit indicates that the corresponding logmessage is an alarm message.
LEVEL_ERROR - Static variable in class de.itechsoftware.itloglib2.ITLogLevel
This bit indicates that the corresponding logmessage is an error message.
LEVEL_INFO - Static variable in class de.itechsoftware.itloglib2.ITLogLevel
This bit indicates that the corresponding logmessage is an informational message.
LEVEL_WARNING - Static variable in class de.itechsoftware.itloglib2.ITLogLevel
This bit indicates that the corresponding logmessage is a warning message.

O

openLogChannel(String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Opens a logchannel - if not already opened.

Q

quickLog(String, String, String) - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Creates a logmessage with default loglevel LEVEL_INFO and sends it (in a single statement).
quickLog(String, String, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Creates a logmessage with default loglevel (LEVEL_INFO) and sends it to the default logchannel ('StdLog') (in a single statement).
quickLog(String, String, String, short) - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Creates a logmessage and sends it (in a single statement).
quickLog(String, String, String, short) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Creates a logmessage and send it to the default logchannel 'StdLog'.
quickLog(String, String, String, short, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Creates a logmessage and sends it to the specified logchannel.

R

removeForward(String) - Method in class de.itechsoftware.itloglib2.ITOutputLogChannel
Stops forwarding all logmessages to the given logchannel.
runApplication(String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Helper method - Calls runApplication(sApplication, "", "")
runApplication(String, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Helper method - Calls runApplication(sApplication, sParameters, "")
runApplication(String, String, String) - Static method in class de.itechsoftware.itloglib2.ITLogLib
Helper method - Starts an external application like ITLogBook, ITConfigManager or any other program.

S

send() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Sends the logmessage -- as it currently is -- to its output logchannel(s).
setLogLevel(short) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Sets the loglevel (combination) of the logmessage.

W

willBeLogged() - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns whether the logmessage will be logged by at least one of its (forwarding) logchannels.
willBeLoggedTo(String) - Method in class de.itechsoftware.itloglib2.ITLogMsg
Returns whether the logmessage will be logged to a special (forwarding) logchannel.

A C D F G I L O Q R S W
ITLogLib2/Java
Help version: Wed 07 Jul 2004

Copyright 1999-2004 iTech Software GmbH, Berlin (Germany). See http://www.itech-software.com.