A C D F J L O P S W 
All Classes All Packages

A

addBucket() - Method in class pl.morgwai.base.concurrent.OrderedConcurrentOutputBuffer
Adds a new empty bucket at the end of this buffer.

C

close() - Method in interface pl.morgwai.base.concurrent.OrderedConcurrentOutputBuffer.OutputStream
 

D

DEFAULT_FORMAT - Static variable in class pl.morgwai.base.logging.JulFormatter
"%7$5d %8$3d %4$7s %1$tF %1$tT.%1$tL %3$s %5$s %6$s%n"

F

format(LogRecord) - Method in class pl.morgwai.base.logging.JulFormatter
Formats the given record.
FORMAT_PROPERTY_NAME - Static variable in class pl.morgwai.base.logging.JulFormatter
Name of the logging or system property containing the main format for each record.

J

JUL_CONFIG_CLASS_PROPERTY_NAME - Static variable in class pl.morgwai.base.logging.JulConfig
"java.util.logging.config.class"
JUL_SIMPLE_FORMAT_PROPERTY_NAME - Static variable in class pl.morgwai.base.logging.JulFormatter
"java.util.logging.SimpleFormatter.format"
JulConfig - Class in pl.morgwai.base.logging
Utility to override java.util.logging properties with values from system properties.
JulConfig() - Constructor for class pl.morgwai.base.logging.JulConfig
Reads logging config normally and then calls JulConfig.overrideLogLevels(String...).
JulFormatter - Class in pl.morgwai.base.logging
A text log formatter similar to SimpleFormatter that additionally allows to format stack trace elements and to add log sequence id and thread id to log entries.
JulFormatter() - Constructor for class pl.morgwai.base.logging.JulFormatter
Creates a new formatter configured using either system properties or logging properties.
JulFormatter(String, String) - Constructor for class pl.morgwai.base.logging.JulFormatter
Creates a new formatter configured using supplied params.

L

LEVEL_SUFFIX - Static variable in class pl.morgwai.base.logging.JulConfig
".level"

O

OrderedConcurrentOutputBuffer<MessageT> - Class in pl.morgwai.base.concurrent
Buffers messages until all of those that should be written before to the output are available, so that they all can be written in the correct order.
OrderedConcurrentOutputBuffer(OrderedConcurrentOutputBuffer.OutputStream<MessageT>) - Constructor for class pl.morgwai.base.concurrent.OrderedConcurrentOutputBuffer
 
OrderedConcurrentOutputBuffer.OutputStream<MessageT> - Interface in pl.morgwai.base.concurrent
 
OVERRIDE_LEVEL_PROPERTY_NAME - Static variable in class pl.morgwai.base.logging.JulConfig
Name of the system property that can contain comma separated, fully qualified names of Loggers and Handlers whose Levels will be overridden by JulConfig.overrideLogLevels(String...).
overrideLogLevels(String...) - Static method in class pl.morgwai.base.logging.JulConfig
Overrides Levels of java.util.logging Loggers and Handlers with values obtained from system properties.

P

pl.morgwai.base.concurrent - package pl.morgwai.base.concurrent
 
pl.morgwai.base.logging - package pl.morgwai.base.logging
 

S

signalNoMoreBuckets() - Method in class pl.morgwai.base.concurrent.OrderedConcurrentOutputBuffer
Indicates that no more new buckets will be added.
STACKFRAME_FORMAT_PROPERTY_NAME - Static variable in class pl.morgwai.base.logging.JulFormatter
Name of the logging or system property containing the format for stack frames of logged throwables.

W

write(MessageT) - Method in interface pl.morgwai.base.concurrent.OrderedConcurrentOutputBuffer.OutputStream
 
A C D F J L O P S W 
All Classes All Packages