A B D E F G I L P S T V W

A

applyCustomConfiguration() - Method in class pt.digitalis.log.LogWrapperLog4JImpl
Current Logger implementation custom configurations.

B

BaseLogWrapper - Class in pt.digitalis.log
This class provides a standard base implementation of the logger API as specified by the interface ILogWrapper.
BaseLogWrapper() - Constructor for class pt.digitalis.log.BaseLogWrapper
 

D

debug(Object) - Method in class pt.digitalis.log.BaseLogWrapper
Logs a message with 'Debug' Level.
debug(Object) - Method in interface pt.digitalis.log.ILogWrapper
Logs a message with 'Debug' Level.
decreaseIndentation() - Method in class pt.digitalis.log.BaseLogWrapper
Decreases logging indentation
decreaseIndentation() - Method in interface pt.digitalis.log.ILogWrapper
Decreases logging indentation

E

error(Object) - Method in class pt.digitalis.log.BaseLogWrapper
Logs a message with 'Error' Level.
error(Object) - Method in interface pt.digitalis.log.ILogWrapper
Logs a message with 'Error' Level.

F

fatal(Object) - Method in class pt.digitalis.log.BaseLogWrapper
Logs a message with 'Fatal' Level.
fatal(Object) - Method in interface pt.digitalis.log.ILogWrapper
Logs a message with 'Fatal' Level.

G

getIndentationString() - Method in class pt.digitalis.log.BaseLogWrapper
Returns the indentation string
getIndentationString() - Method in interface pt.digitalis.log.ILogWrapper
Returns the indentation string
getLevel() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper level
getLevel() - Method in class pt.digitalis.log.LogWrapperLog4JImpl
 
getLevelByName(String) - Static method in enum pt.digitalis.log.LogLevel
 
getLogger() - Static method in class pt.digitalis.log.Logger
Gets the logger object
getLogger(LogLevel) - Static method in class pt.digitalis.log.Logger
Gets the logger object and sets the logLevel
getLogger(String, LogLevel) - Static method in class pt.digitalis.log.Logger
Gets the logger object and sets the logLevel

I

ILogWrapper - Interface in pt.digitalis.log
This interface defines a wrapper for a logging API.
increaseIndentation() - Method in class pt.digitalis.log.BaseLogWrapper
Increases logging indentation.
increaseIndentation() - Method in interface pt.digitalis.log.ILogWrapper
Increases logging indentation.
indentationString - Variable in class pt.digitalis.log.BaseLogWrapper
Indentation control variable
info(Object) - Method in class pt.digitalis.log.BaseLogWrapper
Logs a message with 'Info' Level.
info(Object) - Method in interface pt.digitalis.log.ILogWrapper
Logs a message with 'Info' Level.
isDebugEnabled() - Method in class pt.digitalis.log.BaseLogWrapper
Inspector for the LogWrapper 'Debug' level
isDebugEnabled() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper 'Debug' level
isErrorEnabled() - Method in class pt.digitalis.log.BaseLogWrapper
Inspector for the LogWrapper 'Error' level
isErrorEnabled() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper 'Error' level
isFatalEnabled() - Method in class pt.digitalis.log.BaseLogWrapper
Inspector for the LogWrapper 'Fatal' level
isFatalEnabled() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper 'Fatal' level
isInfoEnabled() - Method in class pt.digitalis.log.BaseLogWrapper
Inspector for the LogWrapper 'Info' level
isInfoEnabled() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper 'Info' level
isTraceEnabled() - Method in class pt.digitalis.log.BaseLogWrapper
Inspector for the LogWrapper 'Trace' level
isTraceEnabled() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper 'Trace' level
isWarnEnabled() - Method in class pt.digitalis.log.BaseLogWrapper
Inspector for the LogWrapper 'Warn' level
isWarnEnabled() - Method in interface pt.digitalis.log.ILogWrapper
Inspector for the LogWrapper 'Warn' level

L

log(LogLevel, Object) - Method in class pt.digitalis.log.BaseLogWrapper
 
log(LogLevel, Object) - Method in interface pt.digitalis.log.ILogWrapper
Logging method.
Logger - Class in pt.digitalis.log
Simple centralizing Logger class.
Logger() - Constructor for class pt.digitalis.log.Logger
 
LogLevel - Enum in pt.digitalis.log
This enumerated defines the logging levels defined for the Logger.
LogWrapperLog4JImpl - Class in pt.digitalis.log
This class provides an implementation of the logger API as specified by the interface ILogWrapper.
LogWrapperLog4JImpl() - Constructor for class pt.digitalis.log.LogWrapperLog4JImpl
Default constructor.
LogWrapperLog4JImpl(String) - Constructor for class pt.digitalis.log.LogWrapperLog4JImpl
Creates a new logger with the name supplied as a parameter and promotes its initialization.

P

pt.digitalis.log - package pt.digitalis.log
 

S

setDebugLogLevel() - Method in class pt.digitalis.log.BaseLogWrapper
Sets the log level to 'Debug'.
setDebugLogLevel() - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to 'Debug'.
setErrorLogLevel() - Method in class pt.digitalis.log.BaseLogWrapper
Sets the log level to 'Error'.
setErrorLogLevel() - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to 'Error'.
setFatalLogLevel() - Method in class pt.digitalis.log.BaseLogWrapper
Sets the log level to 'Fatal'.
setFatalLogLevel() - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to 'Fatal'.
setInfoLogLevel() - Method in class pt.digitalis.log.BaseLogWrapper
Sets the log level to 'Info'.
setInfoLogLevel() - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to 'Info'.
setLevel(LogLevel) - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to the given LogLevel.
setLevel(LogLevel) - Method in class pt.digitalis.log.LogWrapperLog4JImpl
 
setTraceLogLevel() - Method in class pt.digitalis.log.BaseLogWrapper
Sets the log level to 'Trace'.
setTraceLogLevel() - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to 'Trace'.
setWarnLogLevel() - Method in class pt.digitalis.log.BaseLogWrapper
Sets the log level to 'Warn'.
setWarnLogLevel() - Method in interface pt.digitalis.log.ILogWrapper
Sets the log level to 'Warn'.

T

trace(Object) - Method in class pt.digitalis.log.BaseLogWrapper
Logs a message with 'Trace' Level.
trace(Object) - Method in interface pt.digitalis.log.ILogWrapper
Logs a message with 'Trace' Level.

V

valueOf(String) - Static method in enum pt.digitalis.log.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum pt.digitalis.log.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Method in class pt.digitalis.log.BaseLogWrapper
Logs a message with 'Warn' Level.
warn(Object) - Method in interface pt.digitalis.log.ILogWrapper
Logs a message with 'Warn' Level.
writeLog(LogLevel, Object) - Method in class pt.digitalis.log.BaseLogWrapper
Executes the actual writting operation of the LOG.
writeLog(LogLevel, Object) - Method in class pt.digitalis.log.LogWrapperLog4JImpl
 

A B D E F G I L P S T V W

Copyright © 2010 Digitalis Informática Lda. All Rights Reserved.