Package org.apache.ace.log

Examples of org.apache.ace.log.Log


     */
    public Object addingService(ServiceReference ref) {
        // get the service based upon the reference, and return it
        // make sure the real Log will be used, and all events in the
        // cache are being flushed to the real Log.
        Log externalLog = (Log) m_context.getService(ref);
        m_proxy.setLog(externalLog);
        return externalLog;
    }
View Full Code Here

TOP

Related Classes of org.apache.ace.log.Log

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.