A C D E F G I K L M O R S T U W _ 
All Classes All Packages

A

Activator - Class in org.apache.felix.log
The bundle activator for the OSGi log service (see section 101 of the service compendium).
Activator() - Constructor for class org.apache.felix.log.Activator
 
ancestor(String) - Method in class org.apache.felix.log.LoggerContextImpl
 
audit(String) - Method in class org.apache.felix.log.LoggerImpl
 
audit(String, Object) - Method in class org.apache.felix.log.LoggerImpl
 
audit(String, Object...) - Method in class org.apache.felix.log.LoggerImpl
 
audit(String, Object, Object) - Method in class org.apache.felix.log.LoggerImpl
 
audit(String, ServiceReference<?>, Throwable) - Method in class org.apache.felix.log.LoggerImpl
 

C

clear() - Method in class org.apache.felix.log.LoggerContextImpl
 
close() - Method in class org.apache.felix.log.ConfigurationListenerImpl
 
ConfigurationListenerImpl - Class in org.apache.felix.log
 
ConfigurationListenerImpl(BundleContext, Log, LoggerAdminImpl) - Constructor for class org.apache.felix.log.ConfigurationListenerImpl
 

D

debug(String) - Method in class org.apache.felix.log.LoggerImpl
 
debug(String, Object) - Method in class org.apache.felix.log.LoggerImpl
 
debug(String, Object...) - Method in class org.apache.felix.log.LoggerImpl
 
debug(String, Object, Object) - Method in class org.apache.felix.log.LoggerImpl
 
debug(LoggerConsumer<E>) - Method in class org.apache.felix.log.LoggerImpl
 

E

error(String) - Method in class org.apache.felix.log.LoggerImpl
 
error(String, Object) - Method in class org.apache.felix.log.LoggerImpl
 
error(String, Object...) - Method in class org.apache.felix.log.LoggerImpl
 
error(String, Object, Object) - Method in class org.apache.felix.log.LoggerImpl
 
error(LoggerConsumer<E>) - Method in class org.apache.felix.log.LoggerImpl
 

F

FormatterLoggerImpl - Class in org.apache.felix.log
 
FormatterLoggerImpl(String, Bundle, Log, LoggerAdminImpl) - Constructor for class org.apache.felix.log.FormatterLoggerImpl
 

G

getEffectiveLogLevel(String) - Method in class org.apache.felix.log.LoggerContextImpl
 
getEffectiveLogLevel(String) - Method in class org.apache.felix.log.RootLoggerContextImpl
 
getLogger(Bundle, String, Class<L>) - Method in class org.apache.felix.log.LoggerAdminImpl
 
getLoggerContext(String) - Method in class org.apache.felix.log.LoggerAdminImpl
 
getLoggerContextNames() - Method in class org.apache.felix.log.LoggerAdminImpl
 
getLogLevels() - Method in class org.apache.felix.log.LoggerContextImpl
 
getName() - Method in class org.apache.felix.log.LoggerContextImpl
 
getName() - Method in class org.apache.felix.log.LoggerImpl
 
getOrCreateLoggerContext(String) - Method in class org.apache.felix.log.LoggerAdminImpl
 

I

info(String) - Method in class org.apache.felix.log.LoggerImpl
 
info(String, Object) - Method in class org.apache.felix.log.LoggerImpl
 
info(String, Object...) - Method in class org.apache.felix.log.LoggerImpl
 
info(String, Object, Object) - Method in class org.apache.felix.log.LoggerImpl
 
info(LoggerConsumer<E>) - Method in class org.apache.felix.log.LoggerImpl
 
isDebugEnabled() - Method in class org.apache.felix.log.LoggerImpl
 
isEmpty() - Method in class org.apache.felix.log.LoggerContextImpl
 
isErrorEnabled() - Method in class org.apache.felix.log.LoggerImpl
 
isInfoEnabled() - Method in class org.apache.felix.log.LoggerImpl
 
isTraceEnabled() - Method in class org.apache.felix.log.LoggerImpl
 
isWarnEnabled() - Method in class org.apache.felix.log.LoggerImpl
 

K

keepLoggerContext(String, LoggerContextImpl) - Method in class org.apache.felix.log.LoggerAdminImpl
 

L

log(int, String, ServiceReference<?>, Throwable) - Method in class org.apache.felix.log.LoggerImpl
 
LoggerAdminImpl - Class in org.apache.felix.log
 
LoggerAdminImpl(String, Log) - Constructor for class org.apache.felix.log.LoggerAdminImpl
 
LoggerContextImpl - Class in org.apache.felix.log
 
LoggerContextImpl(String, LoggerAdminImpl, LoggerContext) - Constructor for class org.apache.felix.log.LoggerContextImpl
 
LoggerImpl - Class in org.apache.felix.log
 
LoggerImpl(String, Bundle, Log, LoggerAdminImpl) - Constructor for class org.apache.felix.log.LoggerImpl
 

M

m_bundle - Variable in class org.apache.felix.log.LoggerImpl
 
m_log - Variable in class org.apache.felix.log.LoggerImpl
 
m_loggerAdmin - Variable in class org.apache.felix.log.LoggerImpl
 
m_name - Variable in class org.apache.felix.log.LoggerImpl
 

O

org.apache.felix.log - package org.apache.felix.log
 

R

RootLoggerContextImpl - Class in org.apache.felix.log
 
RootLoggerContextImpl(String, LoggerAdminImpl) - Constructor for class org.apache.felix.log.RootLoggerContextImpl
 

S

setLogLevels(Map<String, LogLevel>) - Method in class org.apache.felix.log.LoggerContextImpl
 
setLogLevels(Map<String, LogLevel>) - Method in class org.apache.felix.log.RootLoggerContextImpl
 
start(BundleContext) - Method in class org.apache.felix.log.Activator
Called by the OSGi framework when the bundle is started.
stop(BundleContext) - Method in class org.apache.felix.log.Activator
Called by the OSGi framework when the bundle is stopped.

T

toString() - Method in class org.apache.felix.log.LoggerContextImpl
 
trace(String) - Method in class org.apache.felix.log.LoggerImpl
 
trace(String, Object) - Method in class org.apache.felix.log.LoggerImpl
 
trace(String, Object...) - Method in class org.apache.felix.log.LoggerImpl
 
trace(String, Object, Object) - Method in class org.apache.felix.log.LoggerImpl
 
trace(LoggerConsumer<E>) - Method in class org.apache.felix.log.LoggerImpl
 

U

updateConfiguration(String, Dictionary<String, Object>) - Method in class org.apache.felix.log.LoggerAdminImpl
 

W

warn(String) - Method in class org.apache.felix.log.LoggerImpl
 
warn(String, Object) - Method in class org.apache.felix.log.LoggerImpl
 
warn(String, Object...) - Method in class org.apache.felix.log.LoggerImpl
 
warn(String, Object, Object) - Method in class org.apache.felix.log.LoggerImpl
 
warn(LoggerConsumer<E>) - Method in class org.apache.felix.log.LoggerImpl
 

_

_levels - Variable in class org.apache.felix.log.LoggerContextImpl
 
_lock - Variable in class org.apache.felix.log.LoggerContextImpl
 
_loggerAdminImpl - Variable in class org.apache.felix.log.LoggerContextImpl
 
_rootContext - Variable in class org.apache.felix.log.LoggerContextImpl
 
A C D E F G I K L M O R S T U W _ 
All Classes All Packages