NVelocity.Runtime.Log
Class PrimordialLogSystem

Constructor Summary
PrimordialLogSystem()
         default CTOR.

Method Summary
void DumpLogMessages(NVelocity.Runtime.Log.LogSystem newLogger)
         dumps the log messages this logger is holding into a new logger
void Init(NVelocity.Runtime.RuntimeServices rs)
void LogVelocityMessage(int level, string message)
         logs messages. All we do is store them until 'later'.

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


Constructor Detail

PrimordialLogSystem

public PrimordialLogSystem()

default CTOR.

Method Detail

DumpLogMessages

public void DumpLogMessages(NVelocity.Runtime.Log.LogSystem newLogger)

dumps the log messages this logger is holding into a new logger


Init

public void Init(NVelocity.Runtime.RuntimeServices rs)


LogVelocityMessage

public void LogVelocityMessage(int level,
                               string message)

logs messages. All we do is store them until 'later'.

Parameters:
level - severity level
message - complete error message