org.apache.felix.ipojo.junit4osgi.impl
Class LogServiceImpl

java.lang.Object
  extended by org.apache.felix.ipojo.junit4osgi.impl.LogServiceImpl
All Implemented Interfaces:
LogService

public class LogServiceImpl
extends Object
implements LogService

Log Service default implementation.

Author:
Felix Project Team

Field Summary
 
Fields inherited from interface org.osgi.service.log.LogService
LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_WARNING
 
Constructor Summary
LogServiceImpl()
           
 
Method Summary
 void log(int arg0, String arg1)
          Logs a message.
 void log(int arg0, String arg1, Throwable arg2)
          Logs a message.
 void log(ServiceReference arg0, int arg1, String arg2)
          Logs a message.
 void log(ServiceReference arg0, int arg1, String arg2, Throwable arg3)
          Logs a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogServiceImpl

public LogServiceImpl()
Method Detail

log

public void log(int arg0,
                String arg1)
Logs a message.

Specified by:
log in interface LogService
Parameters:
arg0 - the log level
arg1 - the message
See Also:
LogService.log(int, java.lang.String)

log

public void log(int arg0,
                String arg1,
                Throwable arg2)
Logs a message.

Specified by:
log in interface LogService
Parameters:
arg0 - the log level
arg1 - the message
arg2 - the thrown exception
See Also:
LogService.log(int, java.lang.String)

log

public void log(ServiceReference arg0,
                int arg1,
                String arg2)
Logs a message.

Specified by:
log in interface LogService
Parameters:
arg0 - the service reference
arg1 - the log level
arg2 - the message
See Also:
LogService.log(ServiceReference, int, String)

log

public void log(ServiceReference arg0,
                int arg1,
                String arg2,
                Throwable arg3)
Logs a message.

Specified by:
log in interface LogService
Parameters:
arg0 - the service reference
arg1 - the log level
arg2 - the message
arg3 - the thrown exception
See Also:
LogService.log(ServiceReference, int, String, Throwable)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.