public class Logger extends 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,
String message) |
void |
log(int level,
String message,
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–2015 The Apache Software Foundation. All rights reserved.