Package me.legrange.log.logger
Class FileLogger
- java.lang.Object
-
- me.legrange.log.logger.FileLogger
-
-
Constructor Summary
Constructors Constructor Description FileLogger(String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Return the logger namevoidlog(Event entry)Log a message with the given level
-
-
-
Constructor Detail
-
FileLogger
public FileLogger(String fileName) throws LoggerException
- Throws:
LoggerException
-
-