| Modifier and Type | Class and Description |
|---|---|
static class |
UaNodeSet.Log.Event
A single log event.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getErrorCount() |
List<UaNodeSet.Log.Event> |
getErrors()
Returns an unmodifiable list of log events that are on
UaNodeSet.Log.Event.Level.ERROR. |
List<UaNodeSet.Log.Event> |
getEvents()
Return an unmodifiable list of the log events.
|
long |
getInfoCount() |
List<UaNodeSet.Log.Event> |
getInfos()
Returns an unmodifiable list of log events that are on
UaNodeSet.Log.Event.Level.INFO. |
long |
getWarningCount() |
List<UaNodeSet.Log.Event> |
getWarnings()
Returns an unmodifiable list of log events that are on
UaNodeSet.Log.Event.Level.WARNING. |
public long getErrorCount()
public List<UaNodeSet.Log.Event> getErrors()
UaNodeSet.Log.Event.Level.ERROR.public List<UaNodeSet.Log.Event> getEvents()
public long getInfoCount()
public List<UaNodeSet.Log.Event> getInfos()
UaNodeSet.Log.Event.Level.INFO.public long getWarningCount()
public List<UaNodeSet.Log.Event> getWarnings()
UaNodeSet.Log.Event.Level.WARNING.Copyright © 2026. All rights reserved.