|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.junit4osgi.impl.LogServiceImpl
public class LogServiceImpl
Log Service default implementation.
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 |
---|
public LogServiceImpl()
Method Detail |
---|
public void log(int arg0, String arg1)
log
in interface LogService
arg0
- the log levelarg1
- the messageLogService.log(int, java.lang.String)
public void log(int arg0, String arg1, Throwable arg2)
log
in interface LogService
arg0
- the log levelarg1
- the messagearg2
- the thrown exceptionLogService.log(int, java.lang.String)
public void log(ServiceReference arg0, int arg1, String arg2)
log
in interface LogService
arg0
- the service referencearg1
- the log levelarg2
- the messageLogService.log(ServiceReference, int, String)
public void log(ServiceReference arg0, int arg1, String arg2, Throwable arg3)
log
in interface LogService
arg0
- the service referencearg1
- the log levelarg2
- the messagearg3
- the thrown exceptionLogService.log(ServiceReference, int, String, Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |