org.eclipse.ecf.core.util
Class SystemLogService

java.lang.Object
  extended by org.eclipse.ecf.core.util.SystemLogService
All Implemented Interfaces:
org.osgi.service.log.LogService

public class SystemLogService
extends java.lang.Object
implements org.osgi.service.log.LogService


Field Summary
 
Fields inherited from interface org.osgi.service.log.LogService
LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_WARNING
 
Constructor Summary
SystemLogService(java.lang.String pluginName)
           
 
Method Summary
 void log(int level, java.lang.String message)
           
 void log(int level, java.lang.String message, java.lang.Throwable exception)
           
 void log(org.osgi.framework.ServiceReference sr, int level, java.lang.String message)
           
 void log(org.osgi.framework.ServiceReference sr, int level, java.lang.String message, java.lang.Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemLogService

public SystemLogService(java.lang.String pluginName)
Method Detail

log

public void log(int level,
                java.lang.String message)
Specified by:
log in interface org.osgi.service.log.LogService

log

public void log(int level,
                java.lang.String message,
                java.lang.Throwable exception)
Specified by:
log in interface org.osgi.service.log.LogService

log

public void log(org.osgi.framework.ServiceReference sr,
                int level,
                java.lang.String message)
Specified by:
log in interface org.osgi.service.log.LogService

log

public void log(org.osgi.framework.ServiceReference sr,
                int level,
                java.lang.String message,
                java.lang.Throwable exception)
Specified by:
log in interface org.osgi.service.log.LogService