Interface Logger
- All Superinterfaces:
 BiConsumer<Logger.Type, String>
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
A function that logs parsing results.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(@NonNull Logger.Type type, @NonNull String message) Methods inherited from interface BiConsumer
andThen 
- 
Method Details
- 
accept
- Specified by:
 acceptin interfaceBiConsumer<Logger.Type, String>- Parameters:
 type- the log typemessage- the log message
 
 -