Package enterprises.iwakura.amber.impl
Class PrintStreamLogger
java.lang.Object
enterprises.iwakura.amber.impl.PrintStreamLogger
- All Implemented Interfaces:
Logger
- Direct Known Subclasses:
ConsoleLogger
Implementation of
Logger that logs messages to specified PrintStream instances.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrintStreamLogger
public PrintStreamLogger()
-
-
Method Details
-
info
Description copied from interface:LoggerLogs an informational message. -
debug
Description copied from interface:LoggerLogs a debug message. Debug messages are typically more detailed and are used for diagnosing issues during development or troubleshooting. -
error
Description copied from interface:LoggerLogs an error message along with an optional throwable (exception).
-