public class Logger extends Object
Constructor and Description |
---|
Logger() |
Modifier and Type | Method and Description |
---|---|
static void |
bindLogService(org.osgi.service.log.LogService ls) |
static void |
log(int level,
String message,
Exception e) |
static void |
log(int level,
String message,
Throwable t) |
static void |
unbindLogService(org.osgi.service.log.LogService ls) |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.