
public final class NativeLogger extends Object
This object is called by Native code when it logs inside a JVM. It forwards to our SLF4J logger.
Do not change the signatures of methods in this class without changing the corresponding native code that depends on it.
| Modifier and Type | Method and Description |
|---|---|
static NativeLogger |
getLogger(String loggerName) |
String |
getName() |
boolean |
log(int level,
String msg) |
public static NativeLogger getLogger(String loggerName)
public String getName()
public boolean log(int level,
String msg)
Copyright © 2018 Humble Software. All rights reserved.