Package me.legrange.log.logger
-
Class Summary Class Description ConsoleLogger A basic logger implementation that prints to System.out, with exceptions going to System.errFileLogger NumberedExceptionLogger A logger implementation that numbers exceptions and logs them with the number to another logger, while writing the stack trace to a file. -
Exception Summary Exception Description LoggerException