NVelocity.Runtime.Log
Class NullLogSystem

Logger used in case of failure. Does nothing. *

Constructor Summary
NullLogSystem()
        Initializes a new instance of the NullLogSystem class.

Method Summary
void Init(NVelocity.Runtime.RuntimeServices rs)
void LogVelocityMessage(int level, string message)
         logs messages to the great Garbage Collector in the sky

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

NullLogSystem

public NullLogSystem()

Initializes a new instance of the NullLogSystem class.

Method Detail

Init

public void Init(NVelocity.Runtime.RuntimeServices rs)


LogVelocityMessage

public void LogVelocityMessage(int level,
                               string message)

logs messages to the great Garbage Collector in the sky

Parameters:
level - severity level
message - complete error message