Package org.geotools.ysld.transform.sld
Class TracingEmitter
Object
TracingEmitter
- All Implemented Interfaces:
Emitable
Wrapper for a yaml
Emitable
which logs Event
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(PrintStream out) Writes logged events to outvoid
emit
(Event event)
-
Constructor Details
-
TracingEmitter
public TracingEmitter(Emitable delegate)
-
-
Method Details
-
emit
- Specified by:
emit
in interfaceEmitable
- Throws:
IOException
-
dump
Writes logged events to out
-