Interface Logger
- All Known Implementing Classes:
BndLogger,MavenLogger
public interface Logger
Generic interface for logging various messages.
-
Method Summary
-
Method Details
-
error
Log an error message.- Parameters:
message- the message
-
error
Log an error message, together with theThrowablethat caused it.- Parameters:
message- the messaget- the throwable that caused this error message
-
info
Log an info message.- Parameters:
message- the messae
-
warn
Log a warning message.- Parameters:
message- the message
-
warn
Log a warning message, together with theThrowablethat caused it.- Parameters:
message- the messaget- the throwable that caused this error message
-
debug
Log a debug message.- Parameters:
message- the message
-