Packagevegas.net
Classpublic final class NetServerLevel
InheritanceNetServerLevel Inheritance Object

This static enumeration class defines all net server levels.



Public Constants
 ConstantDefined By
  ERROR : String = error
[static] The 'error' level code.
NetServerLevel
  INFO : String = info
[static] The 'info' level code.
NetServerLevel
  STATUS : String = status
[static] The 'status' level code.
NetServerLevel
  WARNING : String = warning
[static] The 'warning' level code.
NetServerLevel
Constant Detail
ERRORConstant
public static const ERROR:String = error

The 'error' level code.

INFOConstant 
public static const INFO:String = info

The 'info' level code.

STATUSConstant 
public static const STATUS:String = status

The 'status' level code.

WARNINGConstant 
public static const WARNING:String = warning

The 'warning' level code.