Skip navigation links
A B C D E F G H I J L M N O R S T V W 

A

addAttribute(HandlerAttribute, Object) - Method in class org.appops.logging.logger.config.HandlerConfig
addAttribute.
addAttribute(String, Object) - Method in class org.appops.logging.meta.LogMeta
Adds meta key-value pair into container.
addConsoleHandler(HandlerConfig) - Method in class org.appops.logging.destination.JavaUtilLogger
Set configuration to console handler if configuration is empty or null it will use default Configuration and use it.
addDefaultHandler() - Method in class org.appops.logging.logger.config.LoggerConfig
A method which adds default handler.
addFilter(LogFilter) - Method in class org.appops.logging.logger.config.HandlerConfig
addFilter.
addHandler(HandlerConfig) - Method in class org.appops.logging.destination.DestinationLogger
addHandler.
addHandler(HandlerConfig) - Method in class org.appops.logging.destination.JavaUtilLogger
addHandler.
addHandler(HandlerConfig) - Method in class org.appops.logging.destination.Log4jLogger
addHandler.
addHandler(HandlerConfig) - Method in class org.appops.logging.destination.LogbackLogger
addHandler.
addHandler(HandlerConfig) - Method in class org.appops.logging.destination.NoOpLogger
addHandler.
addHandlers(List<HandlerConfig>) - Method in class org.appops.logging.destination.DestinationLogger
addHandlers.
addHandlers(List<HandlerConfig>) - Method in class org.appops.logging.destination.JavaUtilLogger
addHandlers.
addHandlers(List<HandlerConfig>) - Method in class org.appops.logging.destination.Log4jLogger
addHandlers.
addHandlers(List<HandlerConfig>) - Method in class org.appops.logging.destination.LogbackLogger
addHandlers.
addHandlers(List) - Method in class org.appops.logging.destination.NoOpLogger
addHandlers.
addLogRecord(LogMeta) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Adds log record to store.
addLogRecord(LogMeta) - Method in interface org.appops.logging.logger.store.LogStore
Adds log record to store.
addLogRecord(LogMeta) - Method in class org.appops.logging.logger.store.LogStoreImpl
Adds log record to store.
AppopsRootLogger - Class in org.appops.logging.impl
AppopsRootLogger class.
AppopsRootLogger() - Constructor for class org.appops.logging.impl.AppopsRootLogger
 

B

BaseLoggerModule - Class in org.appops.logging.guice
Abstract BaseLoggerModule class.
BaseLoggerModule() - Constructor for class org.appops.logging.guice.BaseLoggerModule
 

C

configure() - Method in class org.appops.logging.guice.BaseLoggerModule
configure() - Method in class org.appops.logging.guice.DefaultLoggerModule
configure() - Method in class org.appops.logging.guice.FileBasedLoggerModule

D

DATETIME - Static variable in class org.appops.logging.meta.LogMeta
Constant DATETIME
datetime() - Method in class org.appops.logging.meta.LogMeta
datetime.
DefaultAttribute(String) - Constructor for class org.appops.logging.meta.LogMeta.DefaultAttribute
 
DefaultLoggerModule - Class in org.appops.logging.guice
Logging service module which contains Guice bindings and configuration required for logging operations.
DefaultLoggerModule() - Constructor for class org.appops.logging.guice.DefaultLoggerModule
 
DestinationLogger<T> - Class in org.appops.logging.destination
Abstract DestinationLogger class.
DestinationLogger() - Constructor for class org.appops.logging.destination.DestinationLogger
 
DestinationLoggerProvider - Class in org.appops.logging.destination
Guice based provider class which reads logger configuration and provides destination logger instance accordingly.
DestinationLoggerProvider() - Constructor for class org.appops.logging.destination.DestinationLoggerProvider
 
DestinationLoggerStore - Class in org.appops.logging.destination
Storage where all LoggerType is stored in map in LoggerType as key and its provider as value.
DestinationLoggerStore() - Constructor for class org.appops.logging.destination.DestinationLoggerStore
Constructor for DestinationLoggerStore.
DestinationLoggerStore(Provider<Log4jLogger>, Provider<JavaUtilLogger>, Provider<LogbackLogger>) - Constructor for class org.appops.logging.destination.DestinationLoggerStore
Injected provider of logger and register into destinationLogger map.
disable() - Method in class org.appops.logging.logger.config.HandlerConfig
disable.

E

enable() - Method in class org.appops.logging.logger.config.HandlerConfig
enable.
enabled() - Method in class org.appops.logging.logger.config.HandlerConfig
enabled.

F

FileBasedLoggerModule - Class in org.appops.logging.guice
FileBasedLoggerModule class.
FileBasedLoggerModule() - Constructor for class org.appops.logging.guice.FileBasedLoggerModule
 
FileLogStoreImpl - Class in org.appops.logging.logger.store
FileLogStoreImpl class.
FileLogStoreImpl() - Constructor for class org.appops.logging.logger.store.FileLogStoreImpl
 
filterByKeyword(String) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
filterByKeyword(String) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
filterByKeyword(String) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
filterByLevel(Level) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
filterByLevel(Level) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
filterByLevel(Level) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
FilterProperty - Enum in org.appops.logging.logger.config.constant
FilterProperty class.
FilterReply - Enum in org.appops.logging.logger.config.constant
FilterReply class.
FilterType - Enum in org.appops.logging.logger.config.constant
FilterType class.
format(LogRecord) - Method in class org.appops.logging.logger.formatter.JavaUtilLogFormatter
formatPattern(String) - Method in class org.appops.logging.destination.DestinationLogger
formatPattern.
formatPattern(String) - Method in class org.appops.logging.destination.JavaUtilLogger
formatPattern.
formatPattern(String) - Method in class org.appops.logging.destination.Log4jLogger
formatPattern.
formatPattern(String) - Method in class org.appops.logging.destination.LogbackLogger
formatPattern.
formatPattern(String) - Method in class org.appops.logging.destination.NoOpLogger
formatPattern.

G

get() - Method in class org.appops.logging.destination.DestinationLoggerProvider
get() - Method in class org.appops.logging.destination.DestinationLoggerStore
Fetch DestinationLogger from LoggerConfig and return instance.
get(LoggerType) - Method in class org.appops.logging.destination.DestinationLoggerStore
To fetch specific DestinationLogger instance.
getAllLogRecords() - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Fetches all log records.
getAllLogRecords() - Method in interface org.appops.logging.logger.store.LogStore
Fetches all log records.
getAllLogRecords() - Method in class org.appops.logging.logger.store.LogStoreImpl
Fetches all log records.
getApplyOn() - Method in class org.appops.logging.logger.config.LogFilter
Getter for the field applyOn.
getAttributeValue(String) - Method in class org.appops.logging.meta.LogMeta
getAttributeValue.
getConfig() - Method in class org.appops.logging.destination.DestinationLoggerProvider
Getter for the field config.
getConfig() - Method in class org.appops.logging.destination.DestinationLoggerStore
Getter for the field config.
getConfig() - Method in class org.appops.logging.impl.LoggerImpl
Getter for the field config.
getConfig() - Method in class org.appops.logging.logger.config.HandlerConfig
Getter for the field config.
getConfig() - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Getter for the field config.
getConfiguration() - Method in class org.appops.logging.impl.LogManager
Getter for the field configuration.
getDestinationLogger() - Method in class org.appops.logging.impl.LoggerImpl
Getter for the field destinationLogger.
getDestinationLogger() - Method in class org.appops.logging.logger.config.LoggerConfig
Getter for the field destinationLogger.
getDestinationLoggers() - Method in class org.appops.logging.destination.DestinationLoggerStore
It returns HashMap which contains LoggerType as key and DestinationLogger as a value.
getDestinationLoggerStore() - Method in class org.appops.logging.destination.DestinationLoggerProvider
Getter for the field destinationLoggerStore.
getDestinationLoggerStore() - Method in class org.appops.logging.impl.LogManager
Getter for the field destinationLoggerStore.
getExpression() - Method in class org.appops.logging.logger.config.LogFilter
Getter for the field expression.
getFilepath() - Method in class org.appops.logging.logger.config.StorageConfig
Getter for the field filepath.
getFilteredDateListOfDateTime(Date, Date) - Method in class org.appops.logging.logger.store.LogStoreImpl
Filters logs by date for date-time log filtration.
getFilters() - Method in class org.appops.logging.logger.config.HandlerConfig
It returns the ArrayList of LogFilter.
getFinalFilteredListOfDateTime(LocalTime, LocalTime, Collection<LogMeta>) - Method in class org.appops.logging.logger.store.LogStoreImpl
Filters logs by time, after date is filtered of date-time log filtration.
getFormat() - Method in class org.appops.logging.logger.formatter.JavaUtilLogFormatter
getFormat.
getHandlers() - Method in class org.appops.logging.logger.config.LoggerConfig
It returns List of HandlerConfig.
getLevel() - Method in class org.appops.logging.logger.config.LoggerConfig
Getter for the field level.
getLogger(String) - Method in class org.appops.logging.impl.LogManager
getLogger.
getLogRecords(String, String) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
getLogRecords(String, String) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
getLogRecords(String, String) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
getLogRecordsByDateAndTime(String, String, String, String) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
getLogRecordsByDateAndTime(String, String, String, String) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
getLogRecordsByDateAndTime(String, String, String, String) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
getLogRecordsByPage(Integer, Integer) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Fetches log records by page.
getLogRecordsByPage(Integer, Integer) - Method in interface org.appops.logging.logger.store.LogStore
Fetches log records by page.
getLogRecordsByPage(Integer, Integer) - Method in class org.appops.logging.logger.store.LogStoreImpl
Fetches log records by page.
getLogRecordsByStartDate(String) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
getLogRecordsByStartDate(String) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
getLogRecordsByStartDate(String) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
getLogRecordsByStartTime(String) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
getLogRecordsByStartTime(String) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
getLogRecordsByStartTime(String) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
getLogRecordsByStartTimeEndTime(String, String) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Provides filtered log records.
getLogRecordsByStartTimeEndTime(String, String) - Method in interface org.appops.logging.logger.store.LogStore
Provides filtered log records.
getLogRecordsByStartTimeEndTime(String, String) - Method in class org.appops.logging.logger.store.LogStoreImpl
Provides filtered log records.
getLogStore() - Method in class org.appops.logging.impl.LoggerImpl
Getter for the field logStore.
getMarshaller() - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Getter for the field marshaller.
getMarshaller() - Method in class org.appops.logging.logger.store.LogStoreImpl
Getter for the field marshaller.
getMaxFileSize() - Method in class org.appops.logging.logger.config.StorageConfig
Getter for the field maxFileSize.
getMeta() - Method in class org.appops.logging.impl.LoggerImpl
Provides log meta, creates new meta instance if it is null.
getMetaMap() - Method in class org.appops.logging.meta.LogMeta
Getter for the field metaMap.
getName() - Method in class org.appops.logging.logger.config.LogFilter
Getter for the field name.
getNoOpLogger() - Method in class org.appops.logging.destination.DestinationLoggerStore
Getter for the field noOpLogger.
getOnMatch() - Method in class org.appops.logging.logger.config.LogFilter
Getter for the field onMatch.
getOverrideLoggers() - Method in class org.appops.logging.logger.config.LoggerConfig
Getter for the field overrideLoggers.
getRootLogger() - Method in class org.appops.logging.impl.LogManager
Getter for the field rootLogger.
getStorage() - Method in class org.appops.logging.logger.config.LoggerConfig
Getter for the field storage.
getTtl() - Method in class org.appops.logging.logger.config.StorageConfig
Getter for the field ttl.

H

HandlerAttribute - Enum in org.appops.logging.logger.config.constant
enum which defines supported attributes for log handlers..
HandlerConfig - Class in org.appops.logging.logger.config
An object that maps keys to values.configuration map which required to be used while setup logger handlers.
HandlerConfig() - Constructor for class org.appops.logging.logger.config.HandlerConfig
Constructor for HandlerConfig.
HandlerType - Enum in org.appops.logging.logger.config.constant
HandlerType class.

I

init(LoggerConfig, DestinationLoggerStore) - Method in class org.appops.logging.impl.LogManager
A method which configures the given LoggerConfig instance and DestinationLoggerStore.
internalLogger() - Method in class org.appops.logging.destination.DestinationLogger
internalLogger.
internalLogger() - Method in class org.appops.logging.destination.JavaUtilLogger
internalLogger.
internalLogger() - Method in class org.appops.logging.destination.Log4jLogger
internalLogger.
internalLogger() - Method in class org.appops.logging.destination.LogbackLogger
internalLogger.
internalLogger() - Method in class org.appops.logging.destination.NoOpLogger
internalLogger.
isAggregateLogs() - Method in class org.appops.logging.logger.config.LoggerConfig
isAggregateLogs.
isEnabled(Level) - Method in class org.appops.logging.impl.LoggerImpl
Checks if log level provided is enabled or not.

J

JavaUtilLogFormatter - Class in org.appops.logging.logger.formatter
Formatter class which formats the log message for Java Util logger.
JavaUtilLogFormatter() - Constructor for class org.appops.logging.logger.formatter.JavaUtilLogFormatter
 
JavaUtilLogger - Class in org.appops.logging.destination
JavaUtilLogger class.
JavaUtilLogger() - Constructor for class org.appops.logging.destination.JavaUtilLogger
Constructor for JavaUtilLogger.

L

Level - Enum in org.appops.logging.meta
An enumeration which represents level of log.
LEVEL - Static variable in class org.appops.logging.meta.LogMeta
Constant LEVEL
level() - Method in class org.appops.logging.meta.LogMeta
level.
log(Level, String) - Method in class org.appops.logging.destination.DestinationLogger
log.
log(Level, String) - Method in class org.appops.logging.destination.JavaUtilLogger
log.
log(Level, String) - Method in class org.appops.logging.destination.Log4jLogger
log.
log(Level, String) - Method in class org.appops.logging.destination.LogbackLogger
log.
log(Level, String) - Method in class org.appops.logging.destination.NoOpLogger
log.
log() - Method in class org.appops.logging.destination.NoOpLogger
Performs log operation with meta information stored in logger, through other available methods such as Logger.withLevel(Level),Logger.withMeta(LogMeta) etc.
log() - Method in class org.appops.logging.impl.LoggerImpl
Performs log operation with meta information stored in logger, through other available methods such as Logger.withLevel(Level),Logger.withMeta(LogMeta) etc.
log() - Method in interface org.appops.logging.logger.Logger
Performs log operation with meta information stored in logger, through other available methods such as Logger.withLevel(Level),Logger.withMeta(LogMeta) etc.
Log4jLogger - Class in org.appops.logging.destination
Add and manage handlers of Logger.
Log4jLogger() - Constructor for class org.appops.logging.destination.Log4jLogger
 
LOG_TYPE - Static variable in class org.appops.logging.meta.LogMeta
Constant LOG_TYPE
LogbackLogger - Class in org.appops.logging.destination
LogbackLogger class.
LogbackLogger() - Constructor for class org.appops.logging.destination.LogbackLogger
Constructor for LogbackLogger.
LogFilter - Class in org.appops.logging.logger.config
LogFilter class.
LogFilter() - Constructor for class org.appops.logging.logger.config.LogFilter
 
Logger - Interface in org.appops.logging.logger
Appops logger base.
loggerClassName - Variable in class org.appops.logging.impl.LoggerImpl
 
LoggerConfig - Class in org.appops.logging.logger.config
General configuration required which is to be used while creating logger instance.
LoggerConfig() - Constructor for class org.appops.logging.logger.config.LoggerConfig
Constructor.
LoggerImpl - Class in org.appops.logging.impl
Base implementation for all logger implementations supported in appops framework.
LoggerImpl() - Constructor for class org.appops.logging.impl.LoggerImpl
 
LOGGERNAME - Static variable in class org.appops.logging.meta.LogMeta
Constant LOGGERNAME
LoggerType - Enum in org.appops.logging.logger.config.constant
enum which defines supported logger implementations in appops framework.
LoggingException - Exception in org.appops.logging.exception
LoggingException class.
LoggingException(Throwable) - Constructor for exception org.appops.logging.exception.LoggingException
Constructor for LoggingException.
LogManager - Class in org.appops.logging.impl
It manage the logger handlers and formatters and set configuration as per LoggerConfig json.
LogManager() - Constructor for class org.appops.logging.impl.LogManager
 
LogMeta - Class in org.appops.logging.meta
Contains meta data to be used while logging.
LogMeta() - Constructor for class org.appops.logging.meta.LogMeta
Constructor for LogMeta.
LogMeta.DefaultAttribute - Class in org.appops.logging.meta
 
LogMetaList - Class in org.appops.logging.meta
LogMetaList class.
LogMetaList() - Constructor for class org.appops.logging.meta.LogMetaList
 
LogStore - Interface in org.appops.logging.logger.store
LogStore interface.
LogStoreImpl - Class in org.appops.logging.logger.store
LogStoreImpl class.
LogStoreImpl() - Constructor for class org.appops.logging.logger.store.LogStoreImpl
 
LogType - Enum in org.appops.logging.meta
LogType class.

M

MESSAGE - Static variable in class org.appops.logging.meta.LogMeta
Constant MESSAGE
message() - Method in class org.appops.logging.meta.LogMeta
message.

N

NAME - Static variable in class org.appops.logging.impl.AppopsRootLogger
Constant NAME="APPOPS_ROOT_LOGGER"
name() - Method in class org.appops.logging.logger.config.HandlerConfig
name.
NoOpLogger - Class in org.appops.logging.destination
NoOpLogger class.
NoOpLogger() - Constructor for class org.appops.logging.destination.NoOpLogger
 

O

org.appops.logging.destination - package org.appops.logging.destination
 
org.appops.logging.exception - package org.appops.logging.exception
 
org.appops.logging.guice - package org.appops.logging.guice
 
org.appops.logging.impl - package org.appops.logging.impl
 
org.appops.logging.logger - package org.appops.logging.logger
 
org.appops.logging.logger.config - package org.appops.logging.logger.config
 
org.appops.logging.logger.config.constant - package org.appops.logging.logger.config.constant
 
org.appops.logging.logger.formatter - package org.appops.logging.logger.formatter
 
org.appops.logging.logger.store - package org.appops.logging.logger.store
 
org.appops.logging.meta - package org.appops.logging.meta
 

R

register(DestinationLogger<?>) - Method in class org.appops.logging.destination.DestinationLoggerStore
register.
removeAllHandlers() - Method in class org.appops.logging.destination.DestinationLogger
removeAllHandlers.
removeAllHandlers() - Method in class org.appops.logging.destination.JavaUtilLogger
removeAllHandlers.
removeAllHandlers() - Method in class org.appops.logging.destination.Log4jLogger
removeAllHandlers.
removeAllHandlers() - Method in class org.appops.logging.destination.LogbackLogger
removeAllHandlers.
removeAllHandlers() - Method in class org.appops.logging.destination.NoOpLogger
removeAllHandlers.
removeOlderLogs() - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Remove older logs from store.
removeOlderLogs() - Method in interface org.appops.logging.logger.store.LogStore
Removes older logs according to configuration provided from service configuration.
removeOlderLogs() - Method in class org.appops.logging.logger.store.LogStoreImpl
Removes older logs according to configuration provided from service configuration.

S

setAggregateLogs(boolean) - Method in class org.appops.logging.logger.config.LoggerConfig
Setter for the field aggregateLogs.
setApplyOn(FilterProperty) - Method in class org.appops.logging.logger.config.LogFilter
Setter for the field applyOn.
setConfig(LoggerConfig) - Method in class org.appops.logging.destination.DestinationLoggerProvider
Setter for the field config.
setConfig(LoggerConfig) - Method in class org.appops.logging.destination.DestinationLoggerStore
Setter for the field config.
setConfig(LoggerConfig) - Method in class org.appops.logging.impl.LoggerImpl
Setter for the field config.
setConfig(Map<HandlerAttribute, Object>) - Method in class org.appops.logging.logger.config.HandlerConfig
Setter for the field config.
setConfig(LoggerConfig) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Setter for the field config.
setDestinationLogger(Provider<DestinationLogger>) - Method in class org.appops.logging.impl.LoggerImpl
Setter for the field destinationLogger.
setDestinationLogger(LoggerType) - Method in class org.appops.logging.logger.config.LoggerConfig
Setter for the field destinationLogger.
setDestinationLoggers(HashMap<LoggerType, DestinationLogger<?>>) - Method in class org.appops.logging.destination.DestinationLoggerStore
Setter for the field destinationLoggers.
setDestinationLoggerStore(DestinationLoggerStore) - Method in class org.appops.logging.destination.DestinationLoggerProvider
Setter for the field destinationLoggerStore.
setDestinationLoggerStore(DestinationLoggerStore) - Method in class org.appops.logging.impl.LogManager
Setter for the field destinationLoggerStore.
setExpression(String) - Method in class org.appops.logging.logger.config.LogFilter
Setter for the field expression.
setFilepath(String) - Method in class org.appops.logging.logger.config.StorageConfig
Setter for the field filepath.
setFilters(ArrayList<LogFilter>) - Method in class org.appops.logging.logger.config.HandlerConfig
Setter for the field filters.
setFormat(String) - Method in class org.appops.logging.logger.formatter.JavaUtilLogFormatter
setFormat.
setHandlers(List<HandlerConfig>) - Method in class org.appops.logging.logger.config.LoggerConfig
Setter for the field handlers.
setLevel(Level) - Method in class org.appops.logging.logger.config.LoggerConfig
Setter for the field level.
setLoggerName(String) - Method in class org.appops.logging.destination.NoOpLogger
setLoggerName.
setLoggerName(String) - Method in class org.appops.logging.impl.LoggerImpl
setLoggerName.
setLoggerName(String) - Method in interface org.appops.logging.logger.Logger
setLoggerName.
setLogStore(LogStore) - Method in class org.appops.logging.impl.LoggerImpl
Setter for the field logStore.
setMarshaller(Marshaller) - Method in class org.appops.logging.logger.store.FileLogStoreImpl
Setter for the field marshaller.
setMarshaller(Marshaller) - Method in class org.appops.logging.logger.store.LogStoreImpl
Setter for the field marshaller.
setMaxFileSize(String) - Method in class org.appops.logging.logger.config.StorageConfig
Setter for the field maxFileSize.
setMeta(LogMeta) - Method in class org.appops.logging.impl.LoggerImpl
Setter for the field meta.
setMetaMap(Map<String, Object>) - Method in class org.appops.logging.meta.LogMeta
Setter for the field metaMap.
setName(FilterType) - Method in class org.appops.logging.logger.config.LogFilter
Setter for the field name.
setNoOpLogger(Provider<NoOpLogger>) - Method in class org.appops.logging.destination.DestinationLoggerStore
Setter for the field noOpLogger.
setOnMatch(FilterReply) - Method in class org.appops.logging.logger.config.LogFilter
Setter for the field onMatch.
setOverrideLoggers(List<LoggerType>) - Method in class org.appops.logging.logger.config.LoggerConfig
Setter for the field overrideLoggers.
setRootLogger(Logger) - Method in class org.appops.logging.impl.LogManager
Setter for the field rootLogger.
setStorage(StorageConfig) - Method in class org.appops.logging.logger.config.LoggerConfig
Setter for the field storage.
setTtl(String) - Method in class org.appops.logging.logger.config.StorageConfig
Setter for the field ttl.
StorageConfig - Class in org.appops.logging.logger.config
StorageConfig class.
StorageConfig() - Constructor for class org.appops.logging.logger.config.StorageConfig
Constructor.

T

type() - Method in class org.appops.logging.destination.DestinationLogger
type.
type() - Method in class org.appops.logging.destination.JavaUtilLogger
type.
type() - Method in class org.appops.logging.destination.Log4jLogger
type.
type() - Method in class org.appops.logging.destination.LogbackLogger
type.
type() - Method in class org.appops.logging.destination.NoOpLogger
type.

V

valueOf(String) - Static method in enum org.appops.logging.logger.config.constant.FilterProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.logger.config.constant.FilterReply
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.logger.config.constant.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.logger.config.constant.HandlerAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.logger.config.constant.HandlerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.logger.config.constant.LoggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.meta.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.logging.meta.LogType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.appops.logging.logger.config.constant.FilterProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.logger.config.constant.FilterReply
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.logger.config.constant.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.logger.config.constant.HandlerAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.logger.config.constant.HandlerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.logger.config.constant.LoggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.meta.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.logging.meta.LogType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFileName(String) - Method in class org.appops.logging.logger.config.HandlerConfig
withFileName.
withLevel(Level) - Method in class org.appops.logging.destination.NoOpLogger
Add level meta to logger.
withLevel(Level) - Method in class org.appops.logging.impl.LoggerImpl
Add level meta to logger.
withLevel(Level) - Method in class org.appops.logging.logger.config.HandlerConfig
withLevel.
withLevel(Level) - Method in interface org.appops.logging.logger.Logger
Add level meta to logger.
withLevel(Level) - Method in class org.appops.logging.meta.LogMeta
Sets level in log record meta data.
withMaxBackupIndex(int) - Method in class org.appops.logging.logger.config.HandlerConfig
withMaxBackupIndex.
withMaxSize(String) - Method in class org.appops.logging.logger.config.HandlerConfig
withMaxSize.
withMessage(String) - Method in class org.appops.logging.destination.NoOpLogger
Add message meta to logger.
withMessage(String) - Method in class org.appops.logging.impl.LoggerImpl
Add message meta to logger.
withMessage(String) - Method in interface org.appops.logging.logger.Logger
Add message meta to logger.
withMessage(String) - Method in class org.appops.logging.meta.LogMeta
Sets log message in log record meta data.
withMeta(LogMeta) - Method in class org.appops.logging.destination.NoOpLogger
Add meta information such as level,reason etc to logger.
withMeta(String, Object) - Method in class org.appops.logging.destination.NoOpLogger
Add meta information such as level,reason etc to logger.
withMeta(LogMeta) - Method in class org.appops.logging.impl.LoggerImpl
Add meta information such as level,reason etc to logger.
withMeta(String, Object) - Method in class org.appops.logging.impl.LoggerImpl
Add meta information such as level,reason etc to logger.
withMeta(LogMeta) - Method in interface org.appops.logging.logger.Logger
Add meta information such as level,reason etc to logger.
withMeta(String, Object) - Method in interface org.appops.logging.logger.Logger
Add meta information such as level,reason etc to logger.
withName(HandlerType) - Method in class org.appops.logging.logger.config.HandlerConfig
withName.
withPattern(String) - Method in class org.appops.logging.logger.config.HandlerConfig
withPattern.
A B C D E F G H I J L M N O R S T V W 
Skip navigation links

Copyright © 2022. All rights reserved.