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