C L N O

C

clazz - Static variable in class com.ibm.osg.util.LogTracker
Deprecated. Interface name for the Log Service
com.ibm.osg.util - package com.ibm.osg.util
This package provides a LogTracker class that simplifies the access and use of the OSGi Log Service.

L

LogTracker - class com.ibm.osg.util.LogTracker.
Deprecated. This class will be removed in a future release. Developers for the desktop runtime environment should consider switching to the logging capabilities (java.util.logging package) provided as part of the Java standard. Developers for the device runtime environment can continue to use the OSGi Log Service, but should move away from the use of this wrapper class.
LogTracker(BundleContext, PrintStream) - Constructor for class com.ibm.osg.util.LogTracker
Deprecated. Constructor to create a new LogTracker.
log(int, String) - Method in class com.ibm.osg.util.LogTracker
Deprecated. Log a message at a specific level.
log(int, String, Throwable) - Method in class com.ibm.osg.util.LogTracker
Deprecated. Log a message and a Throwable at a specific level
log(ServiceReference, int, String) - Method in class com.ibm.osg.util.LogTracker
Deprecated. Log a message at a specific level, and associate the message with a particular service
log(ServiceReference, int, String, Throwable) - Method in class com.ibm.osg.util.LogTracker
Deprecated. Log a message and an exception at a specific level, and associate the message with a particular service

N

noLogService(int, String, Throwable, ServiceReference) - Method in class com.ibm.osg.util.LogTracker
Deprecated. Method called when the Log Service is not available to write out the level, message, service reference, and exception information to the configured PrintStream

O

out - Variable in class com.ibm.osg.util.LogTracker
Deprecated. PrintStream to use if LogService is unavailable

C L N O

Copyright © 2005, 2006 IBM Corp. All Rights Reserved.