public class LogbackGenericMarshallingAdapter extends Object implements LogEventMarshaller
| Constructor and Description |
|---|
LogbackGenericMarshallingAdapter() |
| Modifier and Type | Method and Description |
|---|---|
LogEventMarshaller |
getNestedMarshaller() |
String |
marshal(Object event) |
void |
setNestedMarshaller(LogEventMarshaller nestedMarshaller) |
Object |
unmarshal(String marshalled) |
public LogEventMarshaller getNestedMarshaller()
public void setNestedMarshaller(LogEventMarshaller nestedMarshaller)
public String marshal(Object event)
marshal in interface LogEventMarshallerpublic Object unmarshal(String marshalled)
unmarshal in interface LogEventMarshallerCopyright © 2018. All rights reserved.