public class OsgiLoggerFactory extends InternalLoggerFactory
LogService
logger.构造器和说明 |
---|
OsgiLoggerFactory(BundleContext ctx) |
OsgiLoggerFactory(BundleContext ctx,
InternalLoggerFactory fallback) |
限定符和类型 | 方法和说明 |
---|---|
void |
destroy() |
InternalLoggerFactory |
getFallback() |
LogService |
getLogService() |
InternalLogger |
newInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
getDefaultFactory, getInstance, getInstance, setDefaultFactory
public OsgiLoggerFactory(BundleContext ctx)
public OsgiLoggerFactory(BundleContext ctx, InternalLoggerFactory fallback)
public InternalLoggerFactory getFallback()
public LogService getLogService()
public void destroy()
public InternalLogger newInstance(java.lang.String name)
InternalLoggerFactory
newInstance
在类中 InternalLoggerFactory