Package org.apache.rat.utils
Interface Log
- All Known Implementing Classes:
DefaultLog
public interface Log
The definition of logging for the core. UIs are expected to provide an implementation of
Log to log data to the appropriate system within the UI.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault void
default void
default void
default void
void
Writes a message at a specific log level.default void
-
Method Details
-
log
Writes a message at a specific log level.- Parameters:
level
- The log level to write at.message
- the Message to write.
-
log
-
debug
-
info
-
warn
-
error
-