|
PTLog API - 1.0 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| BufferFormatter | Abstraction to format buffered information. |
| ByteFormatter | Abstraction to format "byte" value. |
| CharFormatter | Abstraction to format "char" value. |
| DoubleFormatter | Abstraction to format "double" value. |
| FloatFormatter | Abstraction to format "float" value. |
| IntFormatter | Abstraction to format "int" value. |
| LongFormatter | Abstraction to format "long" value. |
| ObjectFormatter | Abstraction to format "Object" value. |
| ShortFormatter | Abstraction to format "short" value. |
| TraceFormatter | Abstraction to format trace information. |
| UniversalFormatter | Abstraction to format variety values. |
| Class Summary | |
| DefaultBufferFormatter | Default implementation. |
| DefaultByteFormatter | Default implementation. |
| DefaultCharFormatter | Default implementation. |
| DefaultDoubleFormatter | Default implementation. |
| DefaultFloatFormatter | Default implementation. |
| DefaultIntFormatter | Default implementation. |
| DefaultLongFormatter | Default implementation. |
| DefaultObjectFormatter | Default implementation. |
| DefaultShortFormatter | Default implementation. |
| DefaultTraceFormatter | Default implementation. |
| DefaultUniversalFormatter | Default implementation. |
| FormatterUtil | |
This package provides interfaces/default implementation to format value logging.
Below interfaces are used to format value logging
via LogBuffer.
ByteFormatter
CharFormatter
DoubleFormatter
FloatFormatter
IntFormatter
LongFormatter
ObjectFormatter
ShortFormatter
Below interfaces are used to:
BufferFormatter to decide delimiters of buffered information
TraceFormatter to format trace logging(e.g.: Log#enter)
UniversalFormatter is used to handle formatters all together
|
PTLog API - 1.0 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||