Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
Readonly
nameThe name of the enumerator.
Readonly
valueThe value of the enumerator.
Static
Readonly
ErrorThe Ice.RemoteLoggerPrx received an error message.
Static
Readonly
PrintThe Ice.RemoteLoggerPrx received a print message.
Static
Readonly
TraceThe Ice.RemoteLoggerPrx received a trace message.
Static
Readonly
WarningThe Ice.RemoteLoggerPrx received a warning message.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
Static
valueReturns the enumerator for the given value.
The enumerator value.
The enumerator for the given value.
Represents the different types of log messages.