Event - - type of the event (ILoggingEvent, IAccessEvent)public interface NodeWriter<Event>
| Modifier and Type | Method and Description |
|---|---|
void |
write(JsonGenerator generator,
Event event)
Writes this node to the given generator.
|
void write(JsonGenerator generator, Event event) throws IOException
generator - the generator to which to write the nodeevent - the event from which to get data to writeIOException - if an I/O error occursCopyright © 2013–2021. All rights reserved.