Interface Logger
public interface Logger
-
Method Summary
-
Method Details
-
info
Logs an informational string to console- Parameters:
s- The string to log
-
warn
Logs a warning to console- Parameters:
s- The string to log
-
error
Logs an error to console- Parameters:
s- The string to log
-
error
Logs an error to console- Parameters:
s- The string to logt- The exception thrown by this error
-