public class TLog extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
column |
static int |
DEBUG |
static int |
ERROR |
static int |
INFO |
protected long |
line |
protected String |
message |
protected TParseTreeNode |
node |
static int |
OUTPUT_ATTRIBUTES_MAX |
static int |
REPORT_LEVEL |
static SimpleDateFormat |
sdf3 |
protected String |
timestamp |
protected int |
type |
static int |
WARNING |
Constructor and Description |
---|
TLog() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEnabled(int reportLevel) |
String |
toString() |
public static final SimpleDateFormat sdf3
protected String message
protected long line
protected long column
protected TParseTreeNode node
protected String timestamp
protected int type
public static final int OUTPUT_ATTRIBUTES_MAX
public static final int ERROR
public static final int WARNING
public static final int DEBUG
public static final int INFO
public static int REPORT_LEVEL
Copyright © 2023. All rights reserved.