Package de.redsix.dmncheck.plugin
Class PrettyPrintValidationResults.PluginLogger
- java.lang.Object
-
- de.redsix.dmncheck.plugin.PrettyPrintValidationResults.PluginLogger
-
- Enclosing class:
- PrettyPrintValidationResults
public static class PrettyPrintValidationResults.PluginLogger extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Consumer<CharSequence>errorprotected Consumer<CharSequence>infoprotected Consumer<CharSequence>warn
-
Constructor Summary
Constructors Constructor Description PluginLogger(Consumer<CharSequence> info, Consumer<CharSequence> warn, Consumer<CharSequence> error)
-
-
-
Field Detail
-
info
protected final Consumer<CharSequence> info
-
warn
protected final Consumer<CharSequence> warn
-
error
protected final Consumer<CharSequence> error
-
-
Constructor Detail
-
PluginLogger
public PluginLogger(Consumer<CharSequence> info, Consumer<CharSequence> warn, Consumer<CharSequence> error)
-
-