- getBundle() - Method in interface org.osgi.service.log.LogEntry
-
Returns the bundle that created this LogEntry object.
- getEffectiveLogLevel(String) - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the effective log level of the logger name in this Logger
Context.
- getException() - Method in interface org.osgi.service.log.LogEntry
-
Returns the exception object associated with this LogEntry
object.
- getLevel() - Method in interface org.osgi.service.log.LogEntry
-
- getLocation() - Method in interface org.osgi.service.log.LogEntry
-
Returns the location information of the creation of this LogEntry
object.
- getLog() - Method in interface org.osgi.service.log.LogReaderService
-
Returns an
Enumeration of the
LogEntry objects in the
log.
- getLogger(String) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger named with the specified name.
- getLogger(Class<?>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger named with the specified class.
- getLogger(String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger of the specified type named with the specified
name.
- getLogger(Class<?>, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger of the specified type named with the specified
class.
- getLogger(Bundle, String, Class<L>) - Method in interface org.osgi.service.log.LoggerFactory
-
Return the
Logger of the specified type named with the specified
name for the specified bundle.
- getLoggerContext(String) - Method in interface org.osgi.service.log.admin.LoggerAdmin
-
Get the Logger Context for the specified name.
- getLoggerName() - Method in interface org.osgi.service.log.LogEntry
-
Returns the name of the
Logger object used to create this
LogEntry object.
- getLogLevel() - Method in interface org.osgi.service.log.LogEntry
-
Returns the level of this LogEntry object.
- getLogLevels() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the configured log levels for this Logger Context.
- getMessage() - Method in interface org.osgi.service.log.LogEntry
-
Returns the formatted message associated with this LogEntry
object.
- getName() - Method in interface org.osgi.service.log.admin.LoggerContext
-
Returns the name for this Logger Context.
- getName() - Method in interface org.osgi.service.log.Logger
-
Return the name of this Logger.
- getSequence() - Method in interface org.osgi.service.log.LogEntry
-
Returns the sequence number for this LogEntry object.
- getServiceReference() - Method in interface org.osgi.service.log.LogEntry
-
Returns the ServiceReference object for the service associated
with this LogEntry object.
- getThreadInfo() - Method in interface org.osgi.service.log.LogEntry
-
Returns a string representing the thread which created this
LogEntry object.
- getTime() - Method in interface org.osgi.service.log.LogEntry
-
Returns the value of currentTimeMillis() at the time this
LogEntry object was created.