public class SystemLogService extends Object implements org.osgi.service.log.LogService
| Constructor and Description |
|---|
SystemLogService() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(int level,
String message) |
void |
log(int level,
String message,
Throwable throwable) |
void |
log(org.osgi.framework.ServiceReference reference,
int level,
String message) |
void |
log(org.osgi.framework.ServiceReference reference,
int level,
String message,
Throwable throwable) |
public void log(int level,
String message)
log in interface org.osgi.service.log.LogServicepublic void log(int level,
String message,
Throwable throwable)
log in interface org.osgi.service.log.LogServicepublic void log(org.osgi.framework.ServiceReference reference,
int level,
String message)
log in interface org.osgi.service.log.LogServiceCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.