public class Logger
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_DEBUG |
static int |
LOG_ERROR |
static int |
LOG_INFO |
static int |
LOG_WARNING |
| Constructor and Description |
|---|
Logger(org.osgi.framework.BundleContext context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(int level,
java.lang.String message) |
void |
log(int level,
java.lang.String message,
java.lang.Throwable exception) |
public static final int LOG_ERROR
public static final int LOG_WARNING
public static final int LOG_INFO
public static final int LOG_DEBUG
Copyright © 2006-2016 The Apache Software Foundation. All Rights Reserved.