Re: IoSessionLogger.trace()

2007-08-21 Thread Trustin Lee
On 8/19/07, Mark [EMAIL PROTECTED] wrote: I am getting compilation errors on the following methods: public static void trace(Logger log, IoSession session, String message) public static void trace(Logger log, IoSession session, String message, Throwable cause) Am I missing someting? I just

Re: IoSessionLogger.trace()

2007-08-21 Thread Mark
thanks...got it. On 8/21/07, Trustin Lee [EMAIL PROTECTED] wrote: On 8/19/07, Mark [EMAIL PROTECTED] wrote: I am getting compilation errors on the following methods: public static void trace(Logger log, IoSession session, String message) public static void trace(Logger log, IoSession

IoSessionLogger.trace()

2007-08-18 Thread Mark
I am getting compilation errors on the following methods: public static void trace(Logger log, IoSession session, String message) public static void trace(Logger log, IoSession session, String message, Throwable cause) Am I missing someting? I just did an update in Eclipse, and the problem