NVelocity.Runtime.Log
Structure LogSystem_Fields

Field Summary
int DEBUG_ID
         Prefix for debug messages.
bool DEBUG_ON
int ERROR_ID
         Prefix for error messages.
int INFO_ID
         Prefix for info messages.
int WARN_ID
         Prefix for warning messages.

Methods inherited from class System.ValueType
Equals, GetHashCode, ToString

Methods inherited from class System.Object
Finalize, GetType, MemberwiseClone


Field Detail

DEBUG_ID

public int DEBUG_ID

Prefix for debug messages.


DEBUG_ON

public bool DEBUG_ON


ERROR_ID

public int ERROR_ID

Prefix for error messages.


INFO_ID

public int INFO_ID

Prefix for info messages.


WARN_ID

public int WARN_ID

Prefix for warning messages.