- log(int, String) - Method in interface org.osgi.service.log.LogService
-
Logs a message.
- log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
-
Logs a message with an exception.
- log(ServiceReference, int, String) - Method in interface org.osgi.service.log.LogService
-
Logs a message associated with a specific ServiceReference
object.
- log(ServiceReference, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
-
Logs a message with an exception associated and a
ServiceReference object.
- LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
-
A debugging message (Value 4).
- LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
-
An error message (Value 1).
- LOG_INFO - Static variable in interface org.osgi.service.log.LogService
-
An informational message (Value 3).
- LOG_WARNING - Static variable in interface org.osgi.service.log.LogService
-
A warning message (Value 2).
- LogEntry - Interface in org.osgi.service.log
-
Provides methods to access the information contained in an individual Log
Service log entry.
- logged(LogEntry) - Method in interface org.osgi.service.log.LogListener
-
Listener method called for each LogEntry object created.
- LogListener - Interface in org.osgi.service.log
-
Subscribes to LogEntry objects from the LogReaderService.
- LogReaderService - Interface in org.osgi.service.log
-
Provides methods to retrieve LogEntry objects from the log.
- LogService - Interface in org.osgi.service.log
-
Provides methods for bundles to write messages to the log.