Package de.redsix.dmncheck.plugin
Class PrettyPrintValidationResults.PluginLogger
java.lang.Object
de.redsix.dmncheck.plugin.PrettyPrintValidationResults.PluginLogger
- Enclosing class:
- PrettyPrintValidationResults
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Consumer<CharSequence>
protected final Consumer<CharSequence>
protected final Consumer<CharSequence>
-
Constructor Summary
ConstructorDescriptionPluginLogger
(Consumer<CharSequence> info, Consumer<CharSequence> warn, Consumer<CharSequence> error) -
Method Summary
-
Field Details
-
info
-
warn
-
error
-
-
Constructor Details
-
PluginLogger
public PluginLogger(Consumer<CharSequence> info, Consumer<CharSequence> warn, Consumer<CharSequence> error)
-