Closed elnn closed 9 years ago
Our logger class will look like this:
private val log = LoggerFactory.getLogger(this.getClass); log.value(tag, value); log.log(level, msg); log.debug(msg); log.info(msg); log.error(msg);
We did not resolve this issue on time. Move to the next iteration.
Close by #58
Our logger class will look like this: