Class OSGiLoggingBridge

  • All Implemented Interfaces:
    OMLogHandler

    @Deprecated
    public class OSGiLoggingBridge
    extends java.lang.Object
    implements OMLogHandler
    Deprecated.
    As of 4.7 use OSGiLogHandler.
    A log handler that appends log events to the OSGi log service.
    Author:
    Eike Stepper
    • Constructor Detail

      • OSGiLoggingBridge

        protected OSGiLoggingBridge()
        Deprecated.
    • Method Detail

      • logged

        public void logged​(org.osgi.framework.BundleContext bundleContext,
                           OMLogger.Level level,
                           java.lang.String msg,
                           java.lang.Throwable t)
        Deprecated.
      • getLogService

        protected org.osgi.service.log.LogService getLogService​(org.osgi.framework.BundleContext bundleContext)
        Deprecated.
      • toOSGi

        public static int toOSGi​(OMLogger.Level level)
        Deprecated.