swsnu / ReMon

0 stars 0 forks source link

Support string message #45

Closed elnn closed 9 years ago

elnn commented 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);
yunseong commented 9 years ago
elnn commented 9 years ago

We did not resolve this issue on time. Move to the next iteration.

elnn commented 9 years ago

Close by #58