public interface ILog
XXX Need to create a new log interface on common plugin. That interface should be a super interface of this ILog. getBundle() would stay here. In the super interface we would have getName()
Modifier and Type | Method and Description |
---|---|
void |
addLogListener(ILogListener listener)
Adds the given log listener to this log.
|
Bundle |
getBundle()
Returns the plug-in with which this log is associated.
|
void |
log(IStatus status)
Logs the given status.
|
void |
removeLogListener(ILogListener listener)
Removes the given log listener to this log.
|
void addLogListener(ILogListener listener)
listener
- the listener to add to this logPlatform.addLogListener(ILogListener)
Bundle getBundle()
void log(IStatus status)
status
- the status to logvoid removeLogListener(ILogListener listener)
listener
- the listener to removePlatform.removeLogListener(ILogListener)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.