public class TraceLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG |
static int |
MAXGROUP |
static PrintStream |
output |
static int |
SVC_DD |
| Constructor and Description |
|---|
TraceLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(String str) |
static void |
error(Throwable e) |
static void |
put(int type,
int service,
int group,
int level,
int msg) |
static void |
put(int type,
int service,
int group,
int level,
int msg,
Object obj) |
public static int MAXGROUP
public static int DEBUG
public static int SVC_DD
public static PrintStream output
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.