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, setDefaultFactorypublic 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)
InternalLoggerFactorynewInstance 在类中 InternalLoggerFactory