Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • org.osgi.service.log.LogService - service interface to log information, including log level, message, exception, and the ServiceReference that generated the log.
  • org.osgi.service.log.LogReaderService - service interface to add and remove LogListener instances and to retrieve recent log entries.
  • org.osgi.service.log.LogEntry - interface defining a log entry.
  • org.osgi.service.log.LogListener - interface defining a listener for log entries, which is notified about new log entries.

...