Package org.geotools.ysld.transform.sld
Class TracingEmitter
- Object
-
- TracingEmitter
-
- All Implemented Interfaces:
Emitable
public class TracingEmitter extends Object implements Emitable
Wrapper for a yamlEmitable
which logsEvent
s.
-
-
Constructor Summary
Constructors Constructor Description TracingEmitter(Emitable delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(PrintStream out)
Writes logged events to outvoid
emit(Event event)
-
-
-
Method Detail
-
emit
public void emit(Event event) throws IOException
- Specified by:
emit
in interfaceEmitable
- Throws:
IOException
-
dump
public void dump(PrintStream out)
Writes logged events to out
-
-