org.clazzes.util.sched.api
public interface ILoggingCallback
Modifier and Type | Field and Description |
---|---|
static String |
THREAD_LOCAL_KEY
The key under which a logging callback is bound to the local thread using
ThreadLocalManager.bindResource(String, Object) . |
static final String THREAD_LOCAL_KEY
ThreadLocalManager.bindResource(String, Object)
.void debug(String msg)
msg
- A debug message for display on the client.void info(String msg)
msg
- An informational message for display on the client.void warning(String msg)
msg
- A warning message for display on the client.void error(String msg)
msg
- An error message for display on the client.List<LogMessage> getLastLogMessages()
Copyright © 2013 Clazzes.org. All Rights Reserved.