| Modifier and Type | Field and Description |
|---|---|
static boolean |
log
The constant log.
|
| Constructor and Description |
|---|
JTermiosLogging() |
| Modifier and Type | Method and Description |
|---|---|
static String |
lineno()
Lineno string.
|
static String |
lineno(int n)
Lineno string.
|
static String |
log(byte[] bts,
int n)
Log string.
|
static String |
log(char[] bts,
int n)
Log string.
|
static String |
log(int[] ints,
int n)
Log string.
|
static boolean |
log(int l,
String format,
Object... args)
Log boolean.
|
static String |
log(Object[] bts,
int n)
Log string.
|
static String |
ref(com.sun.jna.Structure struct)
Ref string.
|
static void |
setLogLevel(int l)
Sets log level.
|
static void |
setLogMask(int mask)
Sets log mask.
|
public static String lineno()
public static String lineno(int n)
n - the npublic static String ref(com.sun.jna.Structure struct)
struct - the structpublic static String log(byte[] bts, int n)
bts - the btsn - the npublic static String log(int[] ints, int n)
ints - the intsn - the npublic static String log(char[] bts, int n)
bts - the btsn - the npublic static String log(Object[] bts, int n)
bts - the btsn - the npublic static boolean log(int l,
String format,
Object... args)
l - the lformat - the formatargs - the argspublic static void setLogLevel(int l)
l - the lpublic static void setLogMask(int mask)
mask - the maskCopyright © 2017. All rights reserved.