public interface Logger
Modifier and Type | Method and Description |
---|---|
void |
error(String s,
Object... args) |
List<String> |
getErrors() |
List<String> |
getProgress() |
List<String> |
getWarnings() |
boolean |
isPedantic() |
void |
progress(String s,
Object... args) |
void |
warning(String s,
Object... args) |
Copyright © 2015 aQute SARL. All rights reserved.