public class LogRealTimeViewerController extends BasicController implements org.quartz.JobListener
Initial Date: 22.08.2008
| 构造器和说明 |
|---|
LogRealTimeViewerController(UserRequest ureq,
WindowControl control,
java.lang.String loggingPackage,
org.apache.log4j.Level level,
boolean removeLogNoise)
Constructor for creating a real time log viewer controller
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getName() |
void |
jobExecutionVetoed(org.quartz.JobExecutionContext arg0) |
void |
jobToBeExecuted(org.quartz.JobExecutionContext arg0) |
void |
jobWasExecuted(org.quartz.JobExecutionContext arg0,
org.quartz.JobExecutionException arg1) |
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toStringpublic LogRealTimeViewerController(UserRequest ureq, WindowControl control, java.lang.String loggingPackage, org.apache.log4j.Level level, boolean removeLogNoise)
ureq - The user request objectcontrol - The window control objectloggingPackage - The logging package or a specific class. All messages from the given package will be displayedlevel - The log level to include in the list. Note that this will not change the log level on the packages itself, use the admin console to do this. This
filters only the messages that are below this levelremoveLogNoise - true: remove a lot of brasato specific stuff that is normally not interesting; false: show log entries as they are logged. Example if set to true: 2008-08-22 11:20:40 [QuartzScheduler_Worker-1] INFO LDAPUserSynchronizerJob - OLAT::INFO ^%^ I441 ^%^ org.olat.connectors.ldap ^%^ n/a ^%^ n/a ^%^ n/a ^%^ n/a ^%^ n/a ^%^ Starting LDAP user synchronize job
2008-08-22 11:20:40 - n/a - Starting LDAP user synchronize jobpublic java.lang.String getName()
getName 在接口中 org.quartz.JobListenerpublic void jobExecutionVetoed(org.quartz.JobExecutionContext arg0)
jobExecutionVetoed 在接口中 org.quartz.JobListenerpublic void jobToBeExecuted(org.quartz.JobExecutionContext arg0)
jobToBeExecuted 在接口中 org.quartz.JobListenerpublic void jobWasExecuted(org.quartz.JobExecutionContext arg0,
org.quartz.JobExecutionException arg1)
jobWasExecuted 在接口中 org.quartz.JobListener