Click or drag to resize
SvMsglevel Field
The message level.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public int level

Field Value

Type: Int32
Remarks

This is typically used for filtering purpose.

Levels from 1 to 10 are reserved by Rogue Wave Server. These reserved levels include MV_INFO, MV_WARNING, MV_ERROR and MV_DEBUG and are handled in a specific way by Rogue Wave Server. You should use them when appropriate.

See Also