public class NewDemo extends Object
Note: To run for the first time you must be Administrator in Windows. This application needs to write the registry when run for the first time
| Modifier and Type | Field and Description |
|---|---|
private static Logger |
LOGGER |
private static String |
MSG |
| Constructor and Description |
|---|
NewDemo() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug() |
void |
error() |
void |
errorWithException() |
void |
fatal() |
void |
fatalWithException() |
void |
info() |
static void |
main(String[] args) |
private void |
throwException() |
void |
trace() |
void |
warn() |
void |
warnWithException() |
private static Logger LOGGER
private static final String MSG
public static void main(String[] args)
args - public void trace()
public void debug()
public void info()
public void warn()
public void error()
public void fatal()
public void warnWithException()
public void errorWithException()
public void fatalWithException()
Copyright © 2022 The Log4JNA Team. All rights reserved.