Class PersonalLogger
java.lang.Object
de.fho.jump.pirol.utilities.debugOutput.PersonalLogger
Deprecated.
see com.vividsolutions.jump.workbench.Logger
Class to post personalized debug statements. Holds user information
and uses the GenericDebugLogger itself.
- Author:
- Ole Rahn, FH Osnabrück - University of Applied Sciences Osnabrück, Project: PIROL (2005), Subproject: Daten- und Wissensmanagement
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GenericDebugLoggerDeprecated.protected StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanDeprecated.final booleanDeprecated.final booleanDeprecated.final voidprintDebug(String message) Deprecated.final voidprintDebug(String message, boolean isActive) Deprecated.final voidprintError(String message) Deprecated.final voidprintError(String message, boolean isActive) Deprecated.final voidprintMinorError(String message) Deprecated.final voidprintMinorError(String message, boolean isActive) Deprecated.final voidprintSevereError(String message) Deprecated.final voidprintSevereError(String message, boolean isActive) Deprecated.final voidprintWarning(String message) Deprecated.final voidprintWarning(String message, boolean isActive) Deprecated.final voidsetLogLevel(int logLevel) Deprecated.final voidDeprecated.
-
Field Details
-
userId
Deprecated. -
genericLogger
Deprecated.
-
-
Constructor Details
-
PersonalLogger
Deprecated.Constructor- Parameters:
user- - should be taken from class DebugUserIds (in this package)
-
-
Method Details
-
printDebug
-
printError
-
printMinorError
Deprecated.- Parameters:
message- message to print
-
printSevereError
Deprecated.- Parameters:
message- message to print
-
printWarning
-
printDebug
Deprecated.- Parameters:
message- message to printisActive- is this statement active? (message won't be printed, if not)
-
printError
Deprecated.- Parameters:
message- message to printisActive- is this statement active? (message won't be printed, if not)
-
printMinorError
Deprecated.- Parameters:
message- message to printisActive- is this statement active? (message won't be printed, if not)
-
printSevereError
Deprecated.- Parameters:
message- message to printisActive- is this statement active? (message won't be printed, if not)
-
printWarning
Deprecated.- Parameters:
message- message to printisActive- is this statement active? (message won't be printed, if not)
-
isPrintFileAndLine
public final boolean isPrintFileAndLine()Deprecated.- Returns:
- true or false //TODO specify the return value
-
isPrintNewLineFirst
public final boolean isPrintNewLineFirst()Deprecated.- Returns:
- true or false //TODO specify the return value
-
isPrintTimeStamp
public final boolean isPrintTimeStamp()Deprecated.- Returns:
- true or false //TODO specify the return value
-
setLogLevel
public final void setLogLevel(int logLevel) Deprecated.- Parameters:
logLevel- log level
-
setOutputStream
Deprecated.- Parameters:
out- output print stream
-