Skip navigation links
A B C D E F G H I K L M P R S T V W 

A

all() - Method in interface com.ppm.logging.FluentLogger
Invoke Operations in all loggers
all() - Method in class com.ppm.logging.LoggerService
 
asDebug() - Method in interface com.ppm.logging.AsLevel
Log information as Debug
asDebug() - Method in class com.ppm.logging.AsLevelBuilder
 
asDebug() - Method in class com.ppm.logging.KeyValue
 
asDebug() - Method in class com.ppm.logging.LogDataBuilder
 
asDebug() - Method in class com.ppm.logging.LogDataHolder
 
asDebug() - Method in class com.ppm.logging.LogKeyValueBuilder
 
asDebug() - Method in class com.ppm.logging.LogKeyValueBuilderHolder
 
asError() - Method in interface com.ppm.logging.AsLevel
Log information as Error
asError() - Method in class com.ppm.logging.AsLevelBuilder
 
asError() - Method in class com.ppm.logging.KeyValue
 
asError() - Method in class com.ppm.logging.LogDataBuilder
 
asError() - Method in class com.ppm.logging.LogDataHolder
 
asError() - Method in class com.ppm.logging.LogKeyValueBuilder
 
asError() - Method in class com.ppm.logging.LogKeyValueBuilderHolder
 
asInfo() - Method in interface com.ppm.logging.AsLevel
Log information as Info
asInfo() - Method in class com.ppm.logging.AsLevelBuilder
 
asInfo() - Method in class com.ppm.logging.KeyValue
 
asInfo() - Method in class com.ppm.logging.LogDataBuilder
 
asInfo() - Method in class com.ppm.logging.LogDataHolder
 
asInfo() - Method in class com.ppm.logging.LogKeyValueBuilder
 
asInfo() - Method in class com.ppm.logging.LogKeyValueBuilderHolder
 
AsLevel - Interface in com.ppm.logging
Interface that contains methods "as some log level" to use in a fluent way.
AsLevelBuilder - Class in com.ppm.logging
Holder of AsLevel
AsLevelBuilder(Map<String, Object>, FileLogger, RemoteLogger) - Constructor for class com.ppm.logging.AsLevelBuilder
 
asWarn() - Method in interface com.ppm.logging.AsLevel
Log information as Warn
asWarn() - Method in class com.ppm.logging.AsLevelBuilder
 
asWarn() - Method in class com.ppm.logging.KeyValue
 
asWarn() - Method in class com.ppm.logging.LogDataBuilder
 
asWarn() - Method in class com.ppm.logging.LogDataHolder
 
asWarn() - Method in class com.ppm.logging.LogKeyValueBuilder
 
asWarn() - Method in class com.ppm.logging.LogKeyValueBuilderHolder
 

B

by(Class<?>) - Static method in class com.ppm.logging.LoggerService
Initialize a new Fluent Logger based on a class

C

changeKey(String) - Method in class com.ppm.logging.LogKeyValueBuilder
Construct a Key with '=' if not present.
com.ppm.logging - package com.ppm.logging
 
com.ppm.logging.configuration - package com.ppm.logging.configuration
 
CONFIG_FILES_TYPES - Static variable in class com.ppm.logging.configuration.DefaultConfigurationFactory
Valid file extensions for Configuration files.
ConfigurationKey - Enum in com.ppm.logging.configuration
Configuration Key
console() - Method in interface com.ppm.logging.FluentLogger
Invoke Console Logger Operations
console() - Method in class com.ppm.logging.LoggerService
 
ConsoleLogger - Interface in com.ppm.logging
 
ConsoleLoggerDelegate - Class in com.ppm.logging
 
create(Logger, String) - Static method in class com.ppm.logging.LogKeyValueBuilder
Create a LogKeyValueBuilder

D

debug(Object, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
 
debug(Object, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
debug(Object) - Method in class com.ppm.logging.FileLoggerDelegate
 
debug(Object, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
debug(Object) - Method in class com.ppm.logging.LoggerHolder
 
debug(Object) - Method in interface com.ppm.logging.LogOperations
Log a message as Debug level.
debug(Object) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
DefaultConfigurationFactory - Class in com.ppm.logging.configuration
The PPM Logger Configuration Factory
DefaultConfigurationFactory(PropertiesLoader) - Constructor for class com.ppm.logging.configuration.DefaultConfigurationFactory
 
DefaultPropertiesLoader - Class in com.ppm.logging.configuration
Default Configuration Properties Loader
DefaultPropertiesLoader() - Constructor for class com.ppm.logging.configuration.DefaultPropertiesLoader
 
DefaultPropertiesLoader(Properties) - Constructor for class com.ppm.logging.configuration.DefaultPropertiesLoader
 

E

equals(Object) - Method in class com.ppm.logging.LogDataBuilder
 
error(Object, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
 
error(Object, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
error(Object) - Method in class com.ppm.logging.FileLoggerDelegate
 
error(Object, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
error(Object) - Method in class com.ppm.logging.LoggerHolder
 
error(Object) - Method in interface com.ppm.logging.LogOperations
Log a message as Error level.
error(Object) - Method in class com.ppm.logging.RemoteLoggerDelegate
 

F

fatal(Object, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
 
fatal(Object, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
fatal(Object) - Method in class com.ppm.logging.FileLoggerDelegate
 
fatal(Object, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
fatal(Object) - Method in class com.ppm.logging.LoggerHolder
 
fatal(Object) - Method in interface com.ppm.logging.LogOperations
Log a message as Fatal level.
fatal(Object) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
file() - Method in interface com.ppm.logging.FluentLogger
Invoke File Logger Operations
file() - Method in class com.ppm.logging.LoggerService
 
FILE_LOGGER_PREFIX - Static variable in interface com.ppm.logging.FileLogger
 
FileLogger - Interface in com.ppm.logging
The Simple File Logger Interface.
FileLoggerDelegate - Class in com.ppm.logging
File Logger Delegate
FluentLogger - Interface in com.ppm.logging
Fluent logger is a interface that encapsulates common log operations to be used in a fluent way.
formatToString(Throwable, StackTraceFormatter.Format) - Static method in class com.ppm.logging.StackTraceFormatter
Transforma toda a cadeia de StackTraces da Exceção em String separando as stacks de acordo com o formato passado.
formatToString(Throwable) - Static method in class com.ppm.logging.StackTraceFormatter
Transforma toda a cadeia de StackTraces da Exceção em String separando as stacks no formato default.

G

get(Properties, ConfigurationKey, String) - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get a Property value by the given ConfigurationKey, if the properties not found return the default value.
getConfiguration(LoggerContext, ConfigurationSource) - Method in class com.ppm.logging.configuration.DefaultConfigurationFactory
 
getConfiguration(LoggerContext, String, URI) - Method in class com.ppm.logging.configuration.DefaultConfigurationFactory
 
getConsoleIgnoreExceptions() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getConsoleIgnoreExceptions() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Should Console Logging Ignore Exceptions?
getConsoleLevel() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getConsoleLevel() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get Console Log Level

It can be: ALL TRACE DEBUG INFO WARN ERROR FATAL OFF - Custom log levels will be disabled at this project moment.
getConsolePackages() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getConsolePackages() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get a List of Packages to configure the Log Hierarchy.
getConsolePatternLayout() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getConsolePatternLayout() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Gets Console Pattern Layout.
getConsoleTarget() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getConsoleTarget() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Output Stream for Console Logger.
Can be Either "SYSTEM_OUT" or "SYSTEM_ERR".
getCreateFileOnDemand() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getCreateFileOnDemand() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get the Create File On Demand property.
getData() - Method in interface com.ppm.logging.LogData
Retrieve data as String.
getData() - Method in class com.ppm.logging.LogDataBuilder
 
getData() - Method in class com.ppm.logging.LogDataHolder
 
getFileAppend() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getFileAppend() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get the file append property.
getFileLevel() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getFileLevel() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get File Log Level

It can be: ALL TRACE DEBUG INFO WARN ERROR FATAL OFF - Custom log levels will be disabled at this project moment.
getFilePackages() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getFilePackages() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get a List of Packages to configure the Log Hierarchy.
getFilePattern() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getFilePattern() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get the file archiving pattern.
getFilePatternLayout() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getFilePatternLayout() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Gets File Pattern Layout.
getFormat() - Method in class com.ppm.logging.LogMessage
 
getFormattedMessage() - Method in class com.ppm.logging.LogMessage
 
getKey() - Method in class com.ppm.logging.LogKeyValueBuilder
 
getLogger() - Method in class com.ppm.logging.KeyValue
 
getName() - Method in enum com.ppm.logging.configuration.ConfigurationKey
 
getParameters() - Method in class com.ppm.logging.LogMessage
 
getPropertiesLoader() - Method in class com.ppm.logging.configuration.DefaultConfigurationFactory
 
getRemoteLevel() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getRemoteLevel() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get Remote Log Level

It can be: ALL TRACE DEBUG INFO WARN ERROR FATAL OFF - Custom log levels will be disabled at this project moment.
getRemotePackages() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getRemotePackages() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get a List of Packages to configure the Log Hierarchy.
getRemotePatternLayout() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getRemotePatternLayout() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Gets Remote Pattern Layout.
getRootLevel() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
getRootLevel() - Method in interface com.ppm.logging.configuration.PropertiesLoader
Get Root Log Level

It can be: ALL TRACE DEBUG INFO WARN ERROR FATAL OFF - Custom log levels will be disabled at this project moment.
getSupportedTypes() - Method in class com.ppm.logging.configuration.DefaultConfigurationFactory
 
getThrowable() - Method in class com.ppm.logging.LogMessage
 
getValue() - Method in class com.ppm.logging.KeyValue
 

H

hashCode() - Method in class com.ppm.logging.LogDataBuilder
 

I

info(Object, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
 
info(Object, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
info(Object) - Method in class com.ppm.logging.FileLoggerDelegate
 
info(Object, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
info(Object) - Method in class com.ppm.logging.LoggerHolder
 
info(Object) - Method in interface com.ppm.logging.LogOperations
Log a message as Info level.
info(Object) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
init(Class<?>) - Static method in class com.ppm.logging.LoggerService
Initialize a new Fluent Logger based on a class
isConsoleEnabled() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
isConsoleEnabled() - Method in interface com.ppm.logging.configuration.PropertiesLoader
It Should console logging be enabled?
isFileEnabled() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
isFileEnabled() - Method in interface com.ppm.logging.configuration.PropertiesLoader
It Should console logging be enabled?
isRemoteEnabled() - Method in class com.ppm.logging.configuration.DefaultPropertiesLoader
 
isRemoteEnabled() - Method in interface com.ppm.logging.configuration.PropertiesLoader
It Should Remote logging be enabled?

K

key(String) - Method in class com.ppm.logging.FileLoggerDelegate
 
key(String) - Method in class com.ppm.logging.KeyValue
 
key(String) - Method in class com.ppm.logging.LoggerHolder
 
key(String) - Method in class com.ppm.logging.LogKeyValueBuilder
 
key(String) - Method in class com.ppm.logging.LogKeyValueBuilderHolder
 
key(String) - Method in interface com.ppm.logging.LogOperations
Add a key to log
key(String) - Method in interface com.ppm.logging.RecursiveLogKey
Add a key to log
key(String) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
KeyValue - Class in com.ppm.logging
A Splunk log value wrapper.
KeyValue(LogKeyValueBuilder, Logger) - Constructor for class com.ppm.logging.KeyValue
 

L

log(Object, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
Log an Object Data with the Default Configurated Pattern
log(Object, Throwable, MessagePatterns) - Method in interface com.ppm.logging.ConsoleLogger
Log an Object Data with the Specified Pattern
log(Object, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
log(Object, Throwable, MessagePatterns) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
log(Object) - Method in class com.ppm.logging.FileLoggerDelegate
 
log(Object, MessagePatterns) - Method in class com.ppm.logging.FileLoggerDelegate
 
log(Object, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
log(Object, Throwable, MessagePatterns) - Method in class com.ppm.logging.FileLoggerDelegate
 
log(Object) - Method in class com.ppm.logging.LoggerHolder
 
log(Object, MessagePatterns) - Method in class com.ppm.logging.LoggerHolder
 
log(Object) - Method in interface com.ppm.logging.LogOperations
Log an Object Data with the Default Configurated Pattern
log(Object, MessagePatterns) - Method in interface com.ppm.logging.LogOperations
Log an Object Data with the Specified Pattern
log(Object) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
log(Object, MessagePatterns) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
logData(Map<String, Object>, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
 
logData(Map<String, Object>, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
logData(Map<String, Object>) - Method in class com.ppm.logging.FileLoggerDelegate
 
logData(Map<String, Object>, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
LogData - Interface in com.ppm.logging
Represents a bunch of log data.
logData(Map<String, Object>) - Method in class com.ppm.logging.LoggerHolder
 
logData(Map<String, Object>) - Method in interface com.ppm.logging.LogOperations
Log a collection of key and value messages.
logData(Map<String, Object>) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
LogDataBuilder - Class in com.ppm.logging
The Log Data Builder
LogDataBuilder(Logger, Map<String, Object>) - Constructor for class com.ppm.logging.LogDataBuilder
 
LogDataBuilder(Logger, Map<String, Object>, Throwable) - Constructor for class com.ppm.logging.LogDataBuilder
 
LogDataHolder - Class in com.ppm.logging
 
LogDataHolder(Map<String, Object>, FileLogger, RemoteLogger) - Constructor for class com.ppm.logging.LogDataHolder
 
LoggerHolder - Class in com.ppm.logging
Logger Holder
LoggerHolder(Class<?>) - Constructor for class com.ppm.logging.LoggerHolder
 
LoggerService - Class in com.ppm.logging
Implements FluentLogger
LogKey - Interface in com.ppm.logging
Log Key Interface
LogKeyValueBuilder - Class in com.ppm.logging
LogKeyValue Builder
LogKeyValueBuilderHolder - Class in com.ppm.logging
LogKeyValueBuilderHolder holds multiples builders.
LogKeyValueBuilderHolder(String, FileLogger, RemoteLogger) - Constructor for class com.ppm.logging.LogKeyValueBuilderHolder
Construct a new LogKeyValueBuilderHolder
LogMessage - Class in com.ppm.logging
 
LogMessage() - Constructor for class com.ppm.logging.LogMessage
 
LogOperations - Interface in com.ppm.logging
Common Log Operations

M

MessagePatterns - Enum in com.ppm.logging
 

P

PropertiesLoader - Interface in com.ppm.logging.configuration
Properties Loader Interface.

R

RecursiveLogKey - Interface in com.ppm.logging
The Recursive LogKey Interface
remote() - Method in interface com.ppm.logging.FluentLogger
Invoke Remote Logger Operations
remote() - Method in class com.ppm.logging.LoggerService
 
REMOTE_LOGGER_PREFIX - Static variable in interface com.ppm.logging.RemoteLogger
 
RemoteLogger - Interface in com.ppm.logging
Remote Logger Operations
RemoteLoggerDelegate - Class in com.ppm.logging
Remote Logger Delegate

S

setValue(String, Object) - Method in class com.ppm.logging.KeyValue
Set a key and a value.
StackTraceFormatter - Class in com.ppm.logging
 
StackTraceFormatter.Format - Enum in com.ppm.logging
 

T

toString() - Method in class com.ppm.logging.LogDataBuilder
 

V

value(Object) - Method in interface com.ppm.logging.LogKey
Attach a value to this correspondent key.
value(Object) - Method in class com.ppm.logging.LogKeyValueBuilder
 
value(Object) - Method in class com.ppm.logging.LogKeyValueBuilderHolder
 
valueOf(String) - Static method in enum com.ppm.logging.configuration.ConfigurationKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ppm.logging.MessagePatterns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ppm.logging.StackTraceFormatter.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ppm.logging.configuration.ConfigurationKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ppm.logging.MessagePatterns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ppm.logging.StackTraceFormatter.Format
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object, Throwable) - Method in interface com.ppm.logging.ConsoleLogger
 
warn(Object, Throwable) - Method in class com.ppm.logging.ConsoleLoggerDelegate
 
warn(Object) - Method in class com.ppm.logging.FileLoggerDelegate
 
warn(Object, Throwable) - Method in class com.ppm.logging.FileLoggerDelegate
 
warn(Object) - Method in class com.ppm.logging.LoggerHolder
 
warn(Object) - Method in interface com.ppm.logging.LogOperations
Log a message as Warn level.
warn(Object) - Method in class com.ppm.logging.RemoteLoggerDelegate
 
A B C D E F G H I K L M P R S T V W 
Skip navigation links