- 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
-