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

B

BUG - Static variable in class org.usefultoys.slf4j.meter.Markers
 
bytes(long) - Method in class org.usefultoys.slf4j.utils.UnitFormatter
Formats a number of bytes into a human-readable string with appropriate units.

C

call(Callable<T>) - Method in class org.usefultoys.slf4j.meter.Meter
 
callOrReject(Callable<T>, Class<? extends Exception>...) - Method in class org.usefultoys.slf4j.meter.Meter
 
callOrRejectChecked(Callable<T>) - Method in class org.usefultoys.slf4j.meter.Meter
 
category - Variable in class org.usefultoys.slf4j.meter.MeterData
Name of the category that the operation being measured belongs to.
charset - Variable in class org.usefultoys.slf4j.SessionConfig
Character encoding used when printing logs or performing string operations related to session behavior.
classLoading_loaded - Variable in class org.usefultoys.slf4j.internal.SystemData
 
classLoading_total - Variable in class org.usefultoys.slf4j.internal.SystemData
 
classLoading_unloaded - Variable in class org.usefultoys.slf4j.internal.SystemData
 
close() - Method in class org.usefultoys.slf4j.meter.Meter
Compliance with Closeable.
collectManagedBeanStatus() - Method in class org.usefultoys.slf4j.internal.SystemData
 
collectPlatformStatus() - Method in class org.usefultoys.slf4j.internal.SystemData
 
collectRuntimeStatus() - Method in class org.usefultoys.slf4j.internal.SystemData
 
collectRuntimeStatus() - Method in class org.usefultoys.slf4j.meter.MeterData
 
compilationTime - Variable in class org.usefultoys.slf4j.internal.SystemData
 
ConfigParser - Class in org.usefultoys.slf4j.utils
Collection of utility methods to read system properties, with support for default values and typed conversion.
ConfigParser() - Constructor for class org.usefultoys.slf4j.utils.ConfigParser
 
context - Variable in class org.usefultoys.slf4j.meter.MeterData
Additional meta data describing the job.
CONTEXT_RESULT - Static variable in class org.usefultoys.slf4j.meter.Meter
 
contextDestroyed(ServletContextEvent) - Method in class org.usefultoys.slf4j.report.ReportContextListener
Invoked when the web application is shutting down.
contextInitialized(ServletContextEvent) - Method in class org.usefultoys.slf4j.report.ReportContextListener
Invoked when the web application is starting up.
convert(ILoggingEvent) - Method in class org.usefultoys.slf4j.logback.StatusConverter
 
createTime - Variable in class org.usefultoys.slf4j.meter.MeterData
Timestamp when the operation was created/scheduled (nanoseconds).
ctx(String) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(boolean, String) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map if conditions is true.
ctx(boolean, String, String) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map if conditions is true or false.
ctx(String, int) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, long) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, boolean) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, float) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, double) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, Integer) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, Long) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, Boolean) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, Float) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, Double) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, Object) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, String) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
ctx(String, String, Object...) - Method in class org.usefultoys.slf4j.meter.Meter
Adds an entry to the context map.
currentIteration - Variable in class org.usefultoys.slf4j.meter.MeterData
How many iterations were run by the operation.

D

DATA_FAIL - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_OK - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_PROGRESS - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_REJECT - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_SLOW_OK - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_SLOW_PROGRESS - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_START - Static variable in class org.usefultoys.slf4j.meter.Markers
 
DATA_WATCHER - Variable in class org.usefultoys.slf4j.watcher.Markers
 
dataEnabled - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Whether the watcher writes encoded data messages to log.
dataPrefix - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Prefix added to the logger name used for encoded data messages.
dataPrefix - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Prefix added to the logger name used for encoded data messages.
dataSuffix - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Suffix added to the logger name used for encoded data messages.
dataSuffix - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Suffix added to the logger name used for encoded data messages.
DEBUG_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
DEFAULT_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.MessageHighlightConverter
 
DEFAULT_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
DEFAULT_WATCHER - Variable in class org.usefultoys.slf4j.watcher.WatcherSingleton
The default watcher instance.
delayMilliseconds - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Initial delay before the first status report by WatcherSingleton.DEFAULT_WATCHER, in milliseconds.
description - Variable in class org.usefultoys.slf4j.meter.MeterData
An arbitrary short, human readable message to describe the operation being measured.
DETAILED_MESSAGE_PREFIX - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
DETAILED_MESSAGE_PREFIX - Static variable in class org.usefultoys.slf4j.watcher.WatcherData
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.usefultoys.slf4j.report.ReportServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.usefultoys.slf4j.watcher.WatcherServlet
Handles GET requests by invoking the default watcher to log the current system status.

E

encodedMessage() - Method in class org.usefultoys.slf4j.internal.EventData
 
equals(Object) - Method in class org.usefultoys.slf4j.meter.MeterData
 
ERROR_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.MessageHighlightConverter
 
ERROR_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
EVENT_CATEGORY - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
EVENT_NAME - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
EVENT_PARENT - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
EVENT_POSITION - Static variable in class org.usefultoys.slf4j.internal.EventData
 
EVENT_TIME - Static variable in class org.usefultoys.slf4j.internal.EventData
 
EventData - Class in org.usefultoys.slf4j.internal
Abstract class representing events collected by slf4j-toys.
EventData() - Constructor for class org.usefultoys.slf4j.internal.EventData
 
EventData(String) - Constructor for class org.usefultoys.slf4j.internal.EventData
 
EventData(String, long) - Constructor for class org.usefultoys.slf4j.internal.EventData
 
EventData(String, long, long) - Constructor for class org.usefultoys.slf4j.internal.EventData
 
expectedIterations - Variable in class org.usefultoys.slf4j.meter.MeterData
How many iterations were expected by the operation.

F

fail(Object) - Method in class org.usefultoys.slf4j.meter.Meter
Refuses the meter in order to claim incomplete or inconsistent execution of the task represented by the meter.
failMessage - Variable in class org.usefultoys.slf4j.meter.MeterData
For failed execution, an optional message that caused the failure.
failPath - Variable in class org.usefultoys.slf4j.meter.MeterData
For failed execution, the string that identifies the failure caused.
fillInStackTrace() - Method in class org.usefultoys.slf4j.meter.Meter.MeterThrowable
 
finalize() - Method in class org.usefultoys.slf4j.meter.Meter
Checks if meters the meter has been forgotten to be confirmed or refused.

G

garbageCollector_count - Variable in class org.usefultoys.slf4j.internal.SystemData
 
garbageCollector_time - Variable in class org.usefultoys.slf4j.internal.SystemData
 
getContext() - Method in class org.usefultoys.slf4j.meter.MeterData
 
getCurrentInstance() - Static method in class org.usefultoys.slf4j.meter.Meter
 
getCurrentMeter() - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Returns the most recently started Meter on the current thread.
getCurrentSubMeter(String) - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Creates a new Meter whose name is subordinated under the hierarchy last started meter onthe current thread.
getDebugOutputStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a OutputStream that writes debug-level messages to the specified logger.
getDebugPrintStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a PrintStream that writes structured text as debug-level messages to the specified logger.
getErrorOutputStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a OutputStream that writes error-level messages to the specified logger.
getErrorPrintStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a PrintStream that writes structured text as error-level messages to the specified logger.
getExecutionTime() - Method in class org.usefultoys.slf4j.meter.MeterData
 
getForegroundColorCode(ILoggingEvent) - Method in class org.usefultoys.slf4j.logback.MessageHighlightConverter
 
getForegroundColorCode(ILoggingEvent) - Method in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
getFullID() - Method in class org.usefultoys.slf4j.meter.MeterData
 
getInfoOutputStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a OutputStream that writes info-level messages to the specified logger.
getInfoPrintStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a PrintStream that writes structured text as info-level messages to the specified logger.
getIterationsPerSecond() - Method in class org.usefultoys.slf4j.meter.MeterData
 
getLogger(String) - Method in class org.usefultoys.slf4j.LoggerFactory
Retrieves a logger with the specified name using the statically bound ILoggerFactory instance.
getLogger(Class<?>) - Method in class org.usefultoys.slf4j.LoggerFactory
Retrieves a logger named after the specified class using the statically bound ILoggerFactory instance.
getLogger(Class<?>, String) - Method in class org.usefultoys.slf4j.LoggerFactory
Retrieves a logger named after a parent class and a specific operation or feature, using the statically bound ILoggerFactory instance.
getLogger(Logger, String) - Method in class org.usefultoys.slf4j.LoggerFactory
Retrieves a logger named after a parent logger and a specific operation or feature, using the statically bound ILoggerFactory instance.
getMeter(Logger) - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Returns a Meter with category equal to the logger name and as meter category.
getMeter(String) - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Returns a Meter with given category, which will also be also the logger name.
getMeter(Class<?>) - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Returns a Meter with given category equal to the class name, which will also be the logger name.
getMeter(Class<?>, String) - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Returns a Meter with given category equal to the class name, which will also be the logger name.
getMeter(Logger, String) - Static method in class org.usefultoys.slf4j.meter.MeterFactory
Returns a Meter with given category equal to the logger name.
getMillisecondsProperty(String, long) - Method in class org.usefultoys.slf4j.utils.ConfigParser
Retrieves the value of a system property as a duration in milliseconds.
getPath() - Method in class org.usefultoys.slf4j.meter.MeterData
 
getProperty(String, String) - Method in class org.usefultoys.slf4j.utils.ConfigParser
Retrieves the value of a system property as a string.
getProperty(String, boolean) - Method in class org.usefultoys.slf4j.utils.ConfigParser
Retrieves the value of a system property as a boolean.
getProperty(String, int) - Method in class org.usefultoys.slf4j.utils.ConfigParser
Retrieves the value of a system property as an integer.
getProperty(String, long) - Method in class org.usefultoys.slf4j.utils.ConfigParser
Retrieves the value of a system property as a long integer.
getTraceOutputStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a OutputStream that writes trace-level messages to the specified logger.
getTracePrintStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a PrintStream that writes structured text as trace-level messages to the specified logger.
getWaitingTime() - Method in class org.usefultoys.slf4j.meter.MeterData
 
getWarnOutputStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a OutputStream that writes warn-level messages to the specified logger.
getWarnPrintStream(Logger) - Method in class org.usefultoys.slf4j.LoggerFactory
Returns a PrintStream that writes structured text as warn-level messages to the specified logger.

H

hashCode() - Method in class org.usefultoys.slf4j.meter.MeterData
 
heap_commited - Variable in class org.usefultoys.slf4j.internal.SystemData
 
heap_max - Variable in class org.usefultoys.slf4j.internal.SystemData
 
heap_used - Variable in class org.usefultoys.slf4j.internal.SystemData
 

I

ILLEGAL - Static variable in class org.usefultoys.slf4j.meter.Markers
 
inc() - Method in class org.usefultoys.slf4j.meter.Meter
Notifies the meter that one more iteration or step completed that make up the task successfully.
incBy(long) - Method in class org.usefultoys.slf4j.meter.Meter
Notifies the meter that more of iterations or steps that make up the task completed successfully.
INCONSISTENCY_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
INCONSISTENT_CLOSE - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_EXCEPTION - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_FAIL - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_FINALIZED - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_INCREMENT - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_OK - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_PROGRESS - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_REJECT - Static variable in class org.usefultoys.slf4j.meter.Markers
 
INCONSISTENT_START - Static variable in class org.usefultoys.slf4j.meter.Markers
 
incTo(long) - Method in class org.usefultoys.slf4j.meter.Meter
Notifies the meter that a number of iterations or steps that make up the task already completed successfully.
INFO_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
init() - Method in class org.usefultoys.slf4j.meter.MeterConfig
Initializes the configuration attributes by reading the corresponding system properties.
init() - Method in class org.usefultoys.slf4j.report.ReporterConfig
Initializes the configuration attributes by reading the corresponding system properties.
init() - Method in class org.usefultoys.slf4j.SessionConfig
Initializes the configurable properties of the SessionConfig class.
init() - Method in class org.usefultoys.slf4j.SystemConfig
 
init() - Method in class org.usefultoys.slf4j.watcher.WatcherConfig
 
isFail() - Method in class org.usefultoys.slf4j.meter.MeterData
 
isOK() - Method in class org.usefultoys.slf4j.meter.MeterData
 
isReject() - Method in class org.usefultoys.slf4j.meter.MeterData
 
isSlow() - Method in class org.usefultoys.slf4j.meter.MeterData
 
isStarted() - Method in class org.usefultoys.slf4j.meter.MeterData
 
isStopped() - Method in class org.usefultoys.slf4j.meter.MeterData
 
iterations(long) - Method in class org.usefultoys.slf4j.meter.Meter
Configures the Meter for an operation made up of iterations or steps.
iterations(long) - Method in class org.usefultoys.slf4j.utils.UnitFormatter
Formats a number of iterations into a human-readable string with appropriate units.
iterationsPerSecond(double) - Method in class org.usefultoys.slf4j.utils.UnitFormatter
Formats a number of iterations per second (as a double) into a human-readable string with appropriate units.

J

json5Message() - Method in class org.usefultoys.slf4j.internal.EventData
 

L

LESS_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.MessageHighlightConverter
 
LESS_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
limitMilliseconds(long) - Method in class org.usefultoys.slf4j.meter.Meter
Configures the Meter with an threshold for reasonable, typical execution time for the operation.
logCurrentStatus() - Method in class org.usefultoys.slf4j.watcher.Watcher
Logs about the current system status.
logDefaultReports(Executor) - Method in class org.usefultoys.slf4j.report.Reporter
Runs only the reports that are enabled in ReporterConfig and logs them as information-level messages.
LoggerFactory - Class in org.usefultoys.slf4j
An alternative to LoggerFactory, providing additional utility methods for creating and managing loggers.
LoggerFactory() - Constructor for class org.usefultoys.slf4j.LoggerFactory
 

M

m(String) - Method in class org.usefultoys.slf4j.meter.Meter
Configures the Meter with a human readable message that explains the operations's purpose.
m(String, Object...) - Method in class org.usefultoys.slf4j.meter.Meter
Configures the Meter with a human readable message that explains the operations's purpose.
Markers - Class in org.usefultoys.slf4j.meter
Collection of SLF4J Markers used to identify Meter log messages.
Markers - Class in org.usefultoys.slf4j.watcher
Utility class that provides a collection of SLF4J Markers specifically used to categorize and identify log messages generated by the Watcher component.
Markers() - Constructor for class org.usefultoys.slf4j.watcher.Markers
 
MessageHighlightConverter - Class in org.usefultoys.slf4j.logback
Highlights meter messages and
MessageHighlightConverter() - Constructor for class org.usefultoys.slf4j.logback.MessageHighlightConverter
 
messagePrefix - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Prefix added to the logger name used for human-readable messages.
messagePrefix - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Prefix added to the logger name used for human-readable messages.
messageSuffix - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Suffix added to the logger name used for human-readable messages.
messageSuffix - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Suffix added to the logger name used for human-readable messages.
Meter - Class in org.usefultoys.slf4j.meter
At beginning, termination of operations and on iterations, collects system status and reports it to logger.
Meter(Logger) - Constructor for class org.usefultoys.slf4j.meter.Meter
Creates a new meter for the category given by the logger's name.
Meter(Logger, String) - Constructor for class org.usefultoys.slf4j.meter.Meter
Creates a new Meter for the operation beloging to the category given by the logger's name.
Meter(Logger, String, String) - Constructor for class org.usefultoys.slf4j.meter.Meter
Creates a new Meter for the operation beloging to the category given by the logger's name, as child for an existing Meter.
Meter.IllegalMeterUsage - Class in org.usefultoys.slf4j.meter
 
Meter.MeterThrowable - Class in org.usefultoys.slf4j.meter
 
MeterConfig - Class in org.usefultoys.slf4j.meter
Centralized configuration holder for controlling the behavior of the Meter and MeterData.
MeterConfig() - Constructor for class org.usefultoys.slf4j.meter.MeterConfig
 
MeterData - Class in org.usefultoys.slf4j.meter
Augments the SystemData with start, stop, failure and path information for an operation measured by Meter.
MeterData() - Constructor for class org.usefultoys.slf4j.meter.MeterData
 
MeterData(String) - Constructor for class org.usefultoys.slf4j.meter.MeterData
 
MeterData(String, long, String, String, String) - Constructor for class org.usefultoys.slf4j.meter.MeterData
 
MeterData(String, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, double, String, String, String, String, long, long, long, long, long, long, String, String, String, String, Map<String, String>) - Constructor for class org.usefultoys.slf4j.meter.MeterData
 
MeterFactory - Class in org.usefultoys.slf4j.meter
The MeterFactory is a utility class producing Meters.
MORE_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.MessageHighlightConverter
 
MSG_FAIL - Static variable in class org.usefultoys.slf4j.meter.Markers
 
MSG_OK - Static variable in class org.usefultoys.slf4j.meter.Markers
 
MSG_PROGRESS - Static variable in class org.usefultoys.slf4j.meter.Markers
 
MSG_REJECT - Static variable in class org.usefultoys.slf4j.meter.Markers
 
MSG_SLOW_OK - Static variable in class org.usefultoys.slf4j.meter.Markers
 
MSG_START - Static variable in class org.usefultoys.slf4j.meter.Markers
 
MSG_WATCHER - Variable in class org.usefultoys.slf4j.watcher.Markers
 

N

name - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Defines the default name used for generated reports.
name - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Logger name used by WatcherSingleton.DEFAULT_WATCHER to write messages.
nanoseconds(long) - Method in class org.usefultoys.slf4j.utils.UnitFormatter
Formats a duration in nanoseconds into a human-readable string with appropriate time units.
nanoseconds(double) - Method in class org.usefultoys.slf4j.utils.UnitFormatter
Formats a duration in nanoseconds (as a double) into a human-readable string with appropriate time units.
nonHeap_commited - Variable in class org.usefultoys.slf4j.internal.SystemData
 
nonHeap_max - Variable in class org.usefultoys.slf4j.internal.SystemData
 
nonHeap_used - Variable in class org.usefultoys.slf4j.internal.SystemData
 

O

objectPendingFinalizationCount - Variable in class org.usefultoys.slf4j.internal.SystemData
 
ok() - Method in class org.usefultoys.slf4j.meter.Meter
Confirms the meter in order to claim successful completion of the task represented by the meter.
ok(Object) - Method in class org.usefultoys.slf4j.meter.Meter
Confirms the meter in order to claim successful completion of the task represented by the meter.
okPath - Variable in class org.usefultoys.slf4j.meter.MeterData
For successful execution, the string that identifies the execution path.
operation - Variable in class org.usefultoys.slf4j.meter.MeterData
Name of the operation.
org.usefultoys.slf4j - package org.usefultoys.slf4j
 
org.usefultoys.slf4j.internal - package org.usefultoys.slf4j.internal
 
org.usefultoys.slf4j.logback - package org.usefultoys.slf4j.logback
 
org.usefultoys.slf4j.meter - package org.usefultoys.slf4j.meter
 
org.usefultoys.slf4j.report - package org.usefultoys.slf4j.report
 
org.usefultoys.slf4j.utils - package org.usefultoys.slf4j.utils
 
org.usefultoys.slf4j.watcher - package org.usefultoys.slf4j.watcher
 

P

parent - Variable in class org.usefultoys.slf4j.meter.MeterData
If the Meter was created as a child for another Meter, references category name, operation name and position of these other Meter.
path(Object) - Method in class org.usefultoys.slf4j.meter.Meter
 
periodMilliseconds - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
Interval between subsequent status reports by WatcherSingleton.DEFAULT_WATCHER, in milliseconds.
position - Variable in class org.usefultoys.slf4j.internal.EventData
Time ordered position for multiple occurrences of the same event.
printCategory - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Whether the meter includes the category in readable messages.
printLoad - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Whether the meter includes the CPU load in readable messages.
printMemory - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Whether the meter includes the memory load in readable messages.
printPosition - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Whether the meter includes the position (event counter) in readable messages.
printStatus - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Whether the meter includes the status in readable messages.
printTypeMap(boolean) - Method in class org.usefultoys.slf4j.report.ReportJdbcConnection
Defines whether the JDBC type map should be printed.
progress() - Method in class org.usefultoys.slf4j.meter.Meter
Allow informing about successful completion of iterations or steps making up the task represented by the meter.
progressPeriodMilliseconds - Variable in class org.usefultoys.slf4j.meter.MeterConfig
Time to wait before reporting the next progress status, in milliseconds.
PROP_CALENDAR - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_CHARSET - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_CLASS_LOADING - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_COMPILATION_TIME - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_CONTEXT - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_CREATE_TIME - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_DATA_ENABLED - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_DATA_PREFIX - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_DATA_PREFIX - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_DATA_SUFFIX - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_DATA_SUFFIX - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_DEFAULT_TRUST_KEYSTORE - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_DELAY - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_DESCRIPTION - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_ENVIRONMENT - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_EXPECTED_ITERATION - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_FAIL_ID - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_FILE_SYSTEM - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_FINALIZATION_COUNT - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_GARBAGE_COLLECTOR - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_HEAP - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_ITERATION - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_LIMIT_TIME - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_LOCALE - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_MEMORY - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_MEMORY - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_MESSAGE_PREFIX - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_MESSAGE_PREFIX - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_MESSAGE_SUFFIX - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_MESSAGE_SUFFIX - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_NAME - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_NAME - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_NETWORK_INTERFACE - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_NON_HEAP - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_OPERATING_SYSTEM - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_PATH_ID - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_PERIOD - Variable in class org.usefultoys.slf4j.watcher.WatcherConfig
 
PROP_PHYSICAL_SYSTEM - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_PRINT_CATEGORY - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_PRINT_CHARSET - Variable in class org.usefultoys.slf4j.SessionConfig
 
PROP_PRINT_LOAD - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_PRINT_MEMORY - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_PRINT_POSITION - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_PRINT_STATUS - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_PRINT_UUID_SIZE - Variable in class org.usefultoys.slf4j.SessionConfig
 
PROP_PROGRESS_PERIOD - Variable in class org.usefultoys.slf4j.meter.MeterConfig
 
PROP_PROPERTIES - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_REJECT_ID - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_SSL_CONTEXT - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_START_TIME - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_STOP_TIME - Static variable in class org.usefultoys.slf4j.meter.MeterData
 
PROP_SYSTEM_LOAD - Static variable in class org.usefultoys.slf4j.internal.SystemData
 
PROP_USE_CLASS_LOADING_MANAGED_BEAN - Variable in class org.usefultoys.slf4j.SystemConfig
 
PROP_USE_COMPILATION_MANAGED_BEAN - Variable in class org.usefultoys.slf4j.SystemConfig
 
PROP_USE_GARBAGE_COLLECTION_MANAGED_BEAN - Variable in class org.usefultoys.slf4j.SystemConfig
 
PROP_USE_MEMORY_MANAGED_BEAN - Variable in class org.usefultoys.slf4j.SystemConfig
 
PROP_USE_PLATFORM_MANAGED_BEAN - Variable in class org.usefultoys.slf4j.SystemConfig
 
PROP_USER - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 
PROP_VM - Variable in class org.usefultoys.slf4j.report.ReporterConfig
 

R

readableMessage() - Method in class org.usefultoys.slf4j.internal.EventData
 
readableStringBuilder(StringBuilder) - Method in class org.usefultoys.slf4j.internal.EventData
Writes a concise, human readable string representation of the event into the supplied StringBuilder.
readableStringBuilder(StringBuilder) - Method in class org.usefultoys.slf4j.meter.MeterData
 
readableStringBuilder(StringBuilder) - Method in class org.usefultoys.slf4j.watcher.WatcherData
 
readJson5(String) - Method in class org.usefultoys.slf4j.internal.EventData
 
readJson5(String) - Method in class org.usefultoys.slf4j.internal.SystemData
 
reject(Object) - Method in class org.usefultoys.slf4j.meter.Meter
Confirms the meter in order to claim unsuccessful completion of the task represented by the meter.
REJECT_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
rejectPath - Variable in class org.usefultoys.slf4j.meter.MeterData
For rejected execution, the string that identifies the rejection cause.
ReportCalendar - Class in org.usefultoys.slf4j.report
Reports the current date and time, default time zone configuration, and lists all available time zone IDs.
ReportCalendar() - Constructor for class org.usefultoys.slf4j.report.ReportCalendar
 
reportCalendar - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes calendar, date, time, and timezone information.
ReportCharset - Class in org.usefultoys.slf4j.report
Reports the default system locale and lists all available locales with their respective language, country, script, and variant.
ReportCharset() - Constructor for class org.usefultoys.slf4j.report.ReportCharset
 
reportCharset - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes current and available character sets.
ReportContextListener - Class in org.usefultoys.slf4j.report
A ServletContextListener that triggers diagnostic reports when the web application starts.
ReportContextListener() - Constructor for class org.usefultoys.slf4j.report.ReportContextListener
 
ReportDefaultTrustKeyStore - Class in org.usefultoys.slf4j.report
Reports the trusted certificate authorities from the default JVM trust store.
ReportDefaultTrustKeyStore() - Constructor for class org.usefultoys.slf4j.report.ReportDefaultTrustKeyStore
 
reportDefaultTrustKeyStore - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes information about the default trusted keystore.
reportEnvironment - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes environment variables.
Reporter - Class in org.usefultoys.slf4j.report
Produces diagnostic reports about system resources and the current runtime environment.
Reporter() - Constructor for class org.usefultoys.slf4j.report.Reporter
Creates a new Reporter using the logger defined by ReporterConfig.name.
Reporter(Logger) - Constructor for class org.usefultoys.slf4j.report.Reporter
Creates a new Reporter instance that logs messages to the specified Logger.
ReporterConfig - Class in org.usefultoys.slf4j.report
Centralized configuration holder for controlling the behavior of the Reporter.
ReporterConfig() - Constructor for class org.usefultoys.slf4j.report.ReporterConfig
 
reportFileSystem - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes information about available and used disk space.
ReportFileSystem - Class in org.usefultoys.slf4j.report
Reports information about the file system roots, including total, free, and usable space.
ReportFileSystem() - Constructor for class org.usefultoys.slf4j.report.ReportFileSystem
 
ReportJdbcConnection - Class in org.usefultoys.slf4j.report
Reports details about a JDBC Connection, such as catalog, schema, metadata, properties, transaction settings, client info, and optionally the type map.
ReportJdbcConnection() - Constructor for class org.usefultoys.slf4j.report.ReportJdbcConnection
 
reportLocale - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes current and available locales.
ReportLocale - Class in org.usefultoys.slf4j.report
Reports the default system locale and lists all available locales with their respective language, country, script, and variant.
ReportLocale() - Constructor for class org.usefultoys.slf4j.report.ReportLocale
 
reportMemory - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes memory usage information.
ReportMemory - Class in org.usefultoys.slf4j.report
Reports memory usage of the JVM, including maximum available memory, currently allocated memory, and currently used memory.
ReportMemory() - Constructor for class org.usefultoys.slf4j.report.ReportMemory
 
reportNetworkInterface - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes network interface information.
ReportNetworkInterface - Class in org.usefultoys.slf4j.report
Reports details of a specific network interface, including name, MTU, status flags (e.g., loopback, multicast), hardware address, and associated IP addresses.
ReportNetworkInterface() - Constructor for class org.usefultoys.slf4j.report.ReportNetworkInterface
 
reportOperatingSystem - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes operating system information.
ReportOperatingSystem - Class in org.usefultoys.slf4j.report
Reports properties of the operating system, including architecture, name, version, and path/file/line separators.
ReportOperatingSystem() - Constructor for class org.usefultoys.slf4j.report.ReportOperatingSystem
 
reportPhysicalSystem - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes physical machine information.
ReportPhysicalSystem - Class in org.usefultoys.slf4j.report
Reports basic information about the physical system, such as the number of available processors.
ReportPhysicalSystem() - Constructor for class org.usefultoys.slf4j.report.ReportPhysicalSystem
 
reportProperties - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes system properties.
ReportServlet - Class in org.usefultoys.slf4j.report
A servlet that logs system reports based on the URL path provided in the HTTP request.
ReportServlet() - Constructor for class org.usefultoys.slf4j.report.ReportServlet
 
reportSSLContext - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes SSL context information.
ReportSSLContext - Class in org.usefultoys.slf4j.report
Reports details of SSL contexts supported by the JVM, including cipher suites, protocols, and supported SSL parameters for each context.
ReportSSLContext() - Constructor for class org.usefultoys.slf4j.report.ReportSSLContext
 
ReportSystemEnvironment - Class in org.usefultoys.slf4j.report
Reports environment variables available to the current process.
ReportSystemEnvironment() - Constructor for class org.usefultoys.slf4j.report.ReportSystemEnvironment
 
ReportSystemProperties - Class in org.usefultoys.slf4j.report
Reports all Java system properties in sorted order.
ReportSystemProperties() - Constructor for class org.usefultoys.slf4j.report.ReportSystemProperties
 
reportUser - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes current user information.
ReportUser - Class in org.usefultoys.slf4j.report
Reports environment variables available to the current process.
ReportUser() - Constructor for class org.usefultoys.slf4j.report.ReportUser
 
reportVM - Variable in class org.usefultoys.slf4j.report.ReporterConfig
Whether the default report includes JVM information.
ReportVM - Class in org.usefultoys.slf4j.report
Reports basic information about the Java Virtual Machine (JVM), including vendor, version, and installation directory.
ReportVM() - Constructor for class org.usefultoys.slf4j.report.ReportVM
 
reset() - Method in class org.usefultoys.slf4j.internal.EventData
Reverts all event attributes to their constructor initial value.
reset() - Method in class org.usefultoys.slf4j.SessionConfig
Resets the configuration properties to their default values.
reset() - Method in class org.usefultoys.slf4j.SystemConfig
Resets the configuration properties to their default values.
resetImpl() - Method in class org.usefultoys.slf4j.internal.EventData
Subclasses shall provide an implementation that resets its specific properties to their constructor initial value.
resetImpl() - Method in class org.usefultoys.slf4j.internal.SystemData
 
resetImpl() - Method in class org.usefultoys.slf4j.meter.MeterData
 
run(Runnable) - Method in class org.usefultoys.slf4j.meter.Meter
 
run() - Method in class org.usefultoys.slf4j.report.ReportCalendar
 
run() - Method in class org.usefultoys.slf4j.report.ReportCharset
 
run() - Method in class org.usefultoys.slf4j.report.ReportDefaultTrustKeyStore
 
run() - Method in class org.usefultoys.slf4j.report.ReportFileSystem
 
run() - Method in class org.usefultoys.slf4j.report.ReportJdbcConnection
Executes the report for the specified JDBC Connection.
run() - Method in class org.usefultoys.slf4j.report.ReportLocale
 
run() - Method in class org.usefultoys.slf4j.report.ReportMemory
 
run() - Method in class org.usefultoys.slf4j.report.ReportNetworkInterface
 
run() - Method in class org.usefultoys.slf4j.report.ReportOperatingSystem
 
run() - Method in class org.usefultoys.slf4j.report.ReportPhysicalSystem
 
run() - Method in class org.usefultoys.slf4j.report.ReportSSLContext
 
run() - Method in class org.usefultoys.slf4j.report.ReportSystemEnvironment
 
run() - Method in class org.usefultoys.slf4j.report.ReportSystemProperties
 
run() - Method in class org.usefultoys.slf4j.report.ReportUser
 
run() - Method in class org.usefultoys.slf4j.report.ReportVM
 
run() - Method in class org.usefultoys.slf4j.watcher.Watcher
 
runDefaultReport() - Static method in class org.usefultoys.slf4j.report.Reporter
Runs the default report on the current thread using Reporter.sameThreadExecutor.
runOrReject(Runnable, Class<? extends Exception>...) - Method in class org.usefultoys.slf4j.meter.Meter
 
runtime_maxMemory - Variable in class org.usefultoys.slf4j.internal.SystemData
 
runtime_totalMemory - Variable in class org.usefultoys.slf4j.internal.SystemData
 
runtime_usedMemory - Variable in class org.usefultoys.slf4j.internal.SystemData
 

S

safeCall(Callable<T>) - Method in class org.usefultoys.slf4j.meter.Meter
 
safeCall(Class<E>, Callable<T>) - Method in class org.usefultoys.slf4j.meter.Meter
 
sameThreadExecutor - Static variable in class org.usefultoys.slf4j.report.Reporter
An Executor that runs tasks synchronously on the current thread.
Session - Class in org.usefultoys.slf4j
Holds session-level attributes related to the current JVM instance, such as those used by Meter and Watcher.
Session() - Constructor for class org.usefultoys.slf4j.Session
 
SESSION_UUID - Static variable in class org.usefultoys.slf4j.internal.EventData
 
SessionConfig - Class in org.usefultoys.slf4j
Centralized configuration holder for controlling the behavior of Watcher, WatcherData, Meter, and MeterData.
SessionConfig() - Constructor for class org.usefultoys.slf4j.SessionConfig
 
sessionUuid - Variable in class org.usefultoys.slf4j.internal.EventData
Session UUID of JVM where this event data was collected.
shortSessionUudi() - Method in class org.usefultoys.slf4j.Session
 
start() - Method in class org.usefultoys.slf4j.meter.Meter
Notifies the meter in order to claim immediate execution start of the task represented by the meter.
START_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
startDefaultWatcherExecutor() - Method in class org.usefultoys.slf4j.watcher.WatcherSingleton
Starts the executor that periodically invokes the default watcher to report system status.
startDefaultWatcherTimer() - Method in class org.usefultoys.slf4j.watcher.WatcherSingleton
Starts the timer that periodically invokes the default watcher to report system status.
startTime - Variable in class org.usefultoys.slf4j.meter.MeterData
Timestamp when the operation started execution (nanoseconds).
StatusConverter - Class in org.usefultoys.slf4j.logback
 
StatusConverter() - Constructor for class org.usefultoys.slf4j.logback.StatusConverter
 
StatusHighlightConverter - Class in org.usefultoys.slf4j.logback
 
StatusHighlightConverter() - Constructor for class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
stopDefaultWatcherExecutor() - Method in class org.usefultoys.slf4j.watcher.WatcherSingleton
Stops the executor that periodically invokes the default watcher periodically.
stopDefaultWatcherTimer() - Method in class org.usefultoys.slf4j.watcher.WatcherSingleton
Stops the timer that periodically invokes the default watcher periodically.
stopTime - Variable in class org.usefultoys.slf4j.meter.MeterData
Timestamp when the operation finished execution (either success, rejection or failure) (nanoseconds).
sub(String) - Method in class org.usefultoys.slf4j.meter.Meter
Creates a new Meter for an operation that belongs to the opeartion of this Meter.
SUCCESS_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
SystemConfig - Class in org.usefultoys.slf4j
Centralized configuration holder for controlling how SystemData gathers runtime metrics from the Java platform.
SystemConfig() - Constructor for class org.usefultoys.slf4j.SystemConfig
 
SystemData - Class in org.usefultoys.slf4j.internal
Augments the EventData with status collected from the virtual machine.
SystemData() - Constructor for class org.usefultoys.slf4j.internal.SystemData
 
SystemData(String) - Constructor for class org.usefultoys.slf4j.internal.SystemData
 
SystemData(String, long) - Constructor for class org.usefultoys.slf4j.internal.SystemData
 
SystemData(String, long, long) - Constructor for class org.usefultoys.slf4j.internal.SystemData
 
SystemData(String, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, double) - Constructor for class org.usefultoys.slf4j.internal.SystemData
 
systemLoad - Variable in class org.usefultoys.slf4j.internal.SystemData
 

T

time - Variable in class org.usefultoys.slf4j.internal.EventData
Timestamp when the event data was collected.
timeLimit - Variable in class org.usefultoys.slf4j.meter.MeterData
Time limit considered reasonable for successful execution of the operation (nanoseconds).
TRACE_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 

U

unctx(String) - Method in class org.usefultoys.slf4j.meter.Meter
Removes an entry from the context map.
UnitFormatter - Class in org.usefultoys.slf4j.utils
Utility class that provides methods to format numbers by rounding them to a unit, thereby reducing their string representation.
UnitFormatter() - Constructor for class org.usefultoys.slf4j.utils.UnitFormatter
 
useClassLoadingManagedBean - Variable in class org.usefultoys.slf4j.SystemConfig
Whether class loading metrics are retrieved from the ClassLoadingMXBean.
useCompilationManagedBean - Variable in class org.usefultoys.slf4j.SystemConfig
Whether JIT compiler metrics are retrieved from the CompilationMXBean.
useGarbageCollectionManagedBean - Variable in class org.usefultoys.slf4j.SystemConfig
Whether garbage collection metrics are retrieved from the GarbageCollectorMXBeans.
useMemoryManagedBean - Variable in class org.usefultoys.slf4j.SystemConfig
Whether memory usage metrics are retrieved from the MemoryMXBean.
usePlatformManagedBean - Variable in class org.usefultoys.slf4j.SystemConfig
Whether operating system metrics are retrieved from the OperatingSystemMXBean.
uuid - Variable in class org.usefultoys.slf4j.Session
Unique identifier for this SLF4J-Toys session.
UUID_LENGTH - Variable in class org.usefultoys.slf4j.SessionConfig
The number of hexadecimal characters in a full UUID, without separators.
uuidSize - Variable in class org.usefultoys.slf4j.SessionConfig
Number of UUID digits to print in messages from Watcher and Meter.

W

WARN_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
Watcher - Class in org.usefultoys.slf4j.watcher
Collects system status and reports it to logger.
Watcher(String) - Constructor for class org.usefultoys.slf4j.watcher.Watcher
Constructor.
WATCHER_VISIBILITY - Static variable in class org.usefultoys.slf4j.logback.StatusHighlightConverter
 
WatcherConfig - Class in org.usefultoys.slf4j.watcher
Centralized configuration holder for controlling the the behavior of the Watcher and WatcherData behavior.
WatcherConfig() - Constructor for class org.usefultoys.slf4j.watcher.WatcherConfig
 
WatcherData - Class in org.usefultoys.slf4j.watcher
Augments the SystemData to semantics required by Watcher.
WatcherData() - Constructor for class org.usefultoys.slf4j.watcher.WatcherData
 
WatcherData(String) - Constructor for class org.usefultoys.slf4j.watcher.WatcherData
 
WatcherServlet - Class in org.usefultoys.slf4j.watcher
A simple servlet that responds to GET requests by invoking the default watcher to report the system status.
WatcherServlet() - Constructor for class org.usefultoys.slf4j.watcher.WatcherServlet
 
WatcherSingleton - Class in org.usefultoys.slf4j.watcher
Manages the default watcher singleton and provides methods to execute it periodically in simple architectures.
WatcherSingleton() - Constructor for class org.usefultoys.slf4j.watcher.WatcherSingleton
 
writeJson5(StringBuilder) - Method in class org.usefultoys.slf4j.internal.EventData
Writes a JSON encoded representation of the event into the supplied StringBuilder.
writeJson5Impl(StringBuilder) - Method in class org.usefultoys.slf4j.internal.EventData
 
writeJson5Impl(StringBuilder) - Method in class org.usefultoys.slf4j.internal.SystemData
 
writeJson5Impl(StringBuilder) - Method in class org.usefultoys.slf4j.meter.MeterData
 
B C D E F G H I J L M N O P R S T U W 
Skip navigation links

Copyright © 2010–2025. All rights reserved.