Package | Description |
---|---|
vona.log |
Vona's utils: logging facility.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Log> |
Log.localLogs
In case we don't have privs to add Logs to the LogManager, e.g.
|
Modifier and Type | Method and Description |
---|---|
static Log |
Log.getLog(java.lang.String name)
Get the Log with the specified name.
|