| Package | Description |
|---|---|
| biz.massivedynamics.modger | |
| biz.massivedynamics.modger.formatter.message | |
| biz.massivedynamics.modger.formatter.throwable |
| Modifier and Type | Method and Description |
|---|---|
Formatter |
Logger.getMessageFormatter()
Gets the message formatter
|
Formatter |
Logger.getThrowableFormatter()
Gets the throwable formatter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.setMessageFormatter(Formatter formatter)
Sets the message formatter
|
void |
Logger.setThrowableFormatter(Formatter formatter)
Sets the throwable formatter
|
| 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,
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleLineMessageFormatter
A multiple line message formatter
|
class |
SingleLineMessageFormatter
A message formatter that uses a single line
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericThrowableFormatter
A generic formatter for Throwables
|
Copyright © 2012 Massive Dynamics. All Rights Reserved.