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