org.eclipse.equinox.log.internal
Class EventAdminLogListener
java.lang.Object
org.eclipse.equinox.log.internal.EventAdminLogListener
- All Implemented Interfaces:
- EventListener, SynchronousLogListener, LogListener
public class EventAdminLogListener
- extends Object
- implements SynchronousLogListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOPIC
public static final String TOPIC
- See Also:
- Constant Field Values
TOPIC_SEPARATOR
public static final char TOPIC_SEPARATOR
- See Also:
- Constant Field Values
LOG_ERROR
public static final String LOG_ERROR
- See Also:
- Constant Field Values
LOG_WARNING
public static final String LOG_WARNING
- See Also:
- Constant Field Values
LOG_INFO
public static final String LOG_INFO
- See Also:
- Constant Field Values
LOG_DEBUG
public static final String LOG_DEBUG
- See Also:
- Constant Field Values
LOG_OTHER
public static final String LOG_OTHER
- See Also:
- Constant Field Values
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
LOG_LEVEL
public static final String LOG_LEVEL
- See Also:
- Constant Field Values
LOG_ENTRY
public static final String LOG_ENTRY
- See Also:
- Constant Field Values
SERVICE
public static final String SERVICE
- See Also:
- Constant Field Values
SERVICE_ID
public static final String SERVICE_ID
- See Also:
- Constant Field Values
SERVICE_OBJECTCLASS
public static final String SERVICE_OBJECTCLASS
- See Also:
- Constant Field Values
SERVICE_PID
public static final String SERVICE_PID
- See Also:
- Constant Field Values
BUNDLE
public static final String BUNDLE
- See Also:
- Constant Field Values
BUNDLE_ID
public static final String BUNDLE_ID
- See Also:
- Constant Field Values
BUNDLE_SYMBOLICNAME
public static final String BUNDLE_SYMBOLICNAME
- See Also:
- Constant Field Values
EVENT
public static final String EVENT
- See Also:
- Constant Field Values
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
EXCEPTION_CLASS
public static final String EXCEPTION_CLASS
- See Also:
- Constant Field Values
EXCEPTION_MESSAGE
public static final String EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
EventAdminLogListener
public EventAdminLogListener(Object eventAdmin)
throws ClassNotFoundException,
NoSuchMethodException
- Throws:
ClassNotFoundException
NoSuchMethodException
logged
public void logged(LogEntry entry)
- Description copied from interface:
LogListener
- Listener method called for each LogEntry object created.
As with all event listeners, this method should return to its caller as
soon as possible.
- Specified by:
logged in interface LogListener
- Parameters:
entry - A LogEntry object containing log information.- See Also:
LogEntry
putServiceReferenceProperties
public static void putServiceReferenceProperties(Hashtable<String,Object> properties,
ServiceReference<?> ref)
putBundleProperties
public static void putBundleProperties(Hashtable<String,Object> properties,
Bundle bundle)
putExceptionProperties
public static void putExceptionProperties(Hashtable<String,Object> properties,
Throwable t)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.