Package com.luciad.util
Class TLcdLog
java.lang.Object
com.luciad.util.TLcdLog
Deprecated.
new code should use the standard Java logging framework.
This class is intended for internal use inside LuciadLightspeed.
TLcdLog
is used for displaying messages like normal output and
errors. It has a logListener which implements the interface ILcdLogListener
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
Deprecated.Determines whether the debug methods of the log produce output.static boolean
Deprecated.Determines whether the event methods of the log produce output.static boolean
Deprecated.Determines whether the out, debug and event methods of the log produce output. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addLogListener
(ILcdLogListener aLogListener) Deprecated.use the methodsetLogListener(ILcdLogListener)
.static void
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes aString and some information on theObject
aClassInstance regarding debugging information to the log.static void
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes the message and stack trace of aThrowable and some information on theObject
aClassInstance regarding debugging information to the log.static void
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes aString regarding debugging information to the log.static void
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes the message and stack trace of aThrowable to the log.static void
Deprecated.If TRACEON and EVENTON aretrue
, this method writes aString and some information on theObject
aClassInstance regarding some event that occurred to the log.static void
Deprecated.If TRACEON and EVENTON aretrue
, this method writes the message and stack trace of aThrowable and some information on theObject
aClassInstance to the log.static void
Deprecated.If TRACEON and EVENTON aretrue
, this method writes aString regarding some event that occurred to the log.static void
Deprecated.If TRACEON and EVENTON aretrue
, this method writes the message and stack trace of aThrowable to the log.static void
Deprecated.This method writes aString and some information regarding theObject
aClassInstance to the log, informing the user on some program failure.static void
Deprecated.This method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, informing the user on some program failure.static void
Deprecated.This method writes aString to the log, informing the user on some program failure.static void
Deprecated.This method writes the message and stack trace of aThrowable to the log, informing the user on some program failure.static void
Deprecated.If TRACEON istrue
, this method writes aString and some information regarding theObject
aClassInstance to the log, informing the user.static void
Deprecated.If TRACEON istrue
, this method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, informing the user.static void
Deprecated.If TRACEON istrue
, this method writes aString to the log, informing the user.static void
Deprecated.If TRACEON istrue
, this method writes the message and stack trace of aThrowable to the log, informing the user.static void
setLogListener
(ILcdLogListener aLogListener) Deprecated.Sets the log listener who is responsible for handling the messages passed to the log.static void
Deprecated.This method writes aString and some information regarding theObject
aClassInstance to the log, warning the user.static void
Deprecated.This method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, warning the user.static void
Deprecated.This method writes aString to the log, warning the user.static void
Deprecated.This method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, warning the user.
-
Field Details
-
TRACEON
public static boolean TRACEONDeprecated.Determines whether the out, debug and event methods of the log produce output. Default value is true. -
DEBUGON
public static boolean DEBUGONDeprecated.Determines whether the debug methods of the log produce output. Default value is true. -
EVENTON
public static boolean EVENTONDeprecated.Determines whether the event methods of the log produce output. Default value is false.
-
-
Constructor Details
-
TLcdLog
public TLcdLog()Deprecated.
-
-
Method Details
-
addLogListener
Deprecated.use the methodsetLogListener(ILcdLogListener)
.Sets the property logListener to aLogListener.- Parameters:
aLogListener
- the log listener for the log.
-
setLogListener
Deprecated.Sets the log listener who is responsible for handling the messages passed to the log.- Parameters:
aLogListener
- the log listener for the log.
-
out
Deprecated.If TRACEON istrue
, this method writes aString to the log, informing the user.- Parameters:
aString
- the String to write to the log.
-
out
Deprecated.If TRACEON istrue
, this method writes aString and some information regarding theObject
aClassInstance to the log, informing the user.- Parameters:
aClassInstance
- the object on which information is put on the log.aString
- the information to put in the log.
-
out
Deprecated.If TRACEON istrue
, this method writes the message and stack trace of aThrowable to the log, informing the user.- Parameters:
aThrowable
- theThrowable
whose message and stack trace will be put in the log.
-
out
Deprecated.If TRACEON istrue
, this method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, informing the user.- Parameters:
aSourceObject
- the Object on which information is put in the log.aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
debug
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes aString regarding debugging information to the log.- Parameters:
aString
- the String message to add to the log.
-
debug
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes aString and some information on theObject
aClassInstance regarding debugging information to the log.- Parameters:
aClassInstance
- the Object on which debug information is put in the log.aString
- the String message to add to the log.
-
debug
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes the message and stack trace of aThrowable to the log.- Parameters:
aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
debug
Deprecated.If TRACEON and DEBUGON aretrue
, this method writes the message and stack trace of aThrowable and some information on theObject
aClassInstance regarding debugging information to the log.- Parameters:
aSourceObject
- the Object on which debug information is put in the log.aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
event
Deprecated.If TRACEON and EVENTON aretrue
, this method writes aString regarding some event that occurred to the log.- Parameters:
aString
- the String message to add to the log.
-
event
Deprecated.If TRACEON and EVENTON aretrue
, this method writes aString and some information on theObject
aClassInstance regarding some event that occurred to the log.- Parameters:
aClassInstance
- the object on which information is put on the log.aString
- the String message to add to the log.
-
event
Deprecated.If TRACEON and EVENTON aretrue
, this method writes the message and stack trace of aThrowable to the log.- Parameters:
aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
event
Deprecated.If TRACEON and EVENTON aretrue
, this method writes the message and stack trace of aThrowable and some information on theObject
aClassInstance to the log.- Parameters:
aSourceObject
- the Object on which information is put in the log.aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
fail
Deprecated.This method writes aString to the log, informing the user on some program failure.- Parameters:
aString
- the String message to add to the log.
-
fail
Deprecated.This method writes aString and some information regarding theObject
aClassInstance to the log, informing the user on some program failure.- Parameters:
aClassInstance
- the object on which information is put on the log.aString
- the String message to add to the log.
-
fail
Deprecated.This method writes the message and stack trace of aThrowable to the log, informing the user on some program failure.- Parameters:
aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
fail
Deprecated.This method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, informing the user on some program failure.- Parameters:
aSourceObject
- the Object on which information is put in the log.aThrowable
- theThrowable
from which the message and stack trace is put in the log.
-
warn
Deprecated.This method writes aString and some information regarding theObject
aClassInstance to the log, warning the user.- Parameters:
aClassInstance
- the object on which information is put on the log.aString
- the String message to add to the log.
-
warn
Deprecated.This method writes aString to the log, warning the user.- Parameters:
aString
- the warning message.
-
warn
Deprecated.This method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, warning the user.- Parameters:
aSourceObject
- the Object issuing the warning.aThrowable
- theThrowable
containing information on the warning.
-
warn
Deprecated.This method writes the message and stack trace of aThrowable and some information regarding theObject
aClassInstance to the log, warning the user.- Parameters:
aThrowable
- theThrowable
containing information on the warning.
-