Package me.legrange.log
Interface Logger
-
- All Known Implementing Classes:
ConsoleLogger,FileLogger,NumberedExceptionLogger
public interface LoggerA logger that logs in a specific way. Implement this to manipulate how logged information is handled.- Author:
- gideon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetName()Return the logger namevoidlog(Event entry)Log a message with the given level
-