Log notify level used by VR-Link C++. More...
Collaboration diagram for com.mak.vrlj.vl.NotifyLevel:Public Member Functions | |
| NotifyLevel () | |
| int | getValue () |
Static Public Member Functions | |
| static NotifyLevel | valueOf (int value) |
| [static initializer] | |
Public Attributes | |
| Fatal | |
| Log urgency levels. More... | |
| Warn | |
| Info | |
| Verbose | |
Private Attributes | |
| final int | myValue |
Static Private Attributes | |
| staticfinal Map< Integer, NotifyLevel > | myLookupMap |
Log notify level used by VR-Link C++.
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
| com.mak.vrlj.vl.NotifyLevel.Fatal |
Log urgency levels.
| com.mak.vrlj.vl.NotifyLevel.Info |
|
staticprivate |
|
private |
| com.mak.vrlj.vl.NotifyLevel.Verbose |
| com.mak.vrlj.vl.NotifyLevel.Warn |