A C D F J L O P S U 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
 

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
 
JUL_SIMPLE_FORMAT_PROPERTY_NAME - Static variable in class pl.morgwai.base.logging.JulFormatter
 
JulConfig - Class in pl.morgwai.base.logging
Utility to update java.util.logging properties with values from system properties.
JulConfig() - Constructor for class pl.morgwai.base.logging.JulConfig
For use with java.util.logging.config.class system property.
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
 

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
 

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 a format for stack frames of logged throwables.

U

updateLogLevels(String...) - Static method in class pl.morgwai.base.logging.JulConfig
Updates Levels of java.util.logging Loggers and Handlers with values obtained from system properties.

W

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