Package org.rhq.core.pluginapi.event.log

Examples of org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor


        }
        return result;
    }

    protected EventPoller createNewEventPoller(EventContext eventContext, File logFile) {
        return new LogFileEventPoller(eventContext, LOG_EVENT_TYPE, logFile, new Log4JLogEntryProcessor(LOG_EVENT_TYPE,
            logFile));
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.