| Constructor and Description |
|---|
Logger(String name,
Formatter<Message,Message> messageFormatter)
Creates a logger with the specified message formatter
|
Logger(String name,
Formatter<Message,Message> messageFormatter)
Creates a logger with the specified message formatter
|
Logger(String name,
Formatter<Message,Message> messageFormatter,
Formatter<Throwable,String> throwableFormatter)
Creates a logger with the specified formatters
|
Logger(String name,
Formatter<Message,Message> messageFormatter,
Formatter<Throwable,String> throwableFormatter)
Creates a logger with the specified formatters
|
Logger(String name,
Formatter<Message,Message> messageFormatter,
Formatter<Throwable,String> throwableFormatter,
MessageHandler... handlers)
Creates a logger with the specified message handlers and formatter
|
Logger(String name,
Formatter<Message,Message> messageFormatter,
Formatter<Throwable,String> throwableFormatter,
MessageHandler... handlers)
Creates a logger with the specified message handlers and formatter
|
Logger(String name,
Formatter<Message,Message> messageFormatter,
MessageHandler... handlers)
Creates a logger with the specified message handlers and formatter
|
Logger(String name,
Formatter<Message,Message> messageFormatter,
MessageHandler... handlers)
Creates a logger with the specified message handlers and formatter
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MultipleLineMessageFormatter.format(Message message)
Formats the message
|
Message |
SingleLineMessageFormatter.format(Message message)
Formats the message
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MultipleLineMessageFormatter.format(Message message)
Formats the message
|
Message |
SingleLineMessageFormatter.format(Message message)
Formats the message
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone()
Clones this Message
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
MessageFilter.isAcceptable(Message message)
Checks to see if the specified message is acceptable to parse
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlankMessageFilter.isAcceptable(Message message)
Checks to see if the message is acceptable
|
boolean |
MessageLengthFilter.isAcceptable(Message message)
Checks to see if a message is acceptable
|
boolean |
MessageTypeFilter.isAcceptable(Message message)
Checks to see if a message is acceptable
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MessageHandler.submit(Message message)
Submits a message to the handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemOutputMessageHandler.submit(Message message)
Submits the message for printing
|
void |
TextFileMessageHandler.submit(Message message)
Submits a message
|
void |
DataOutputStreamMessageHandler.submit(Message message)
Submits the specified message
|
Copyright © 2012 Massive Dynamics. All Rights Reserved.