NVelocity.Runtime.Log
Interface LogSystem

Base interface that Logging systems need to implement.

Method Summary
void Init(NVelocity.Runtime.RuntimeServices rs)
         init()
void LogVelocityMessage(int level, string message)
         Send a log message from Velocity.


Method Detail

Init

public void Init(NVelocity.Runtime.RuntimeServices rs)

init()


LogVelocityMessage

public void LogVelocityMessage(int level,
                               string message)

Send a log message from Velocity.