public void info(Object msg) { log(INFO_STR, msg.toString(), null); }
public void info(String msg) { log(INFO_STR, msg, null); }