|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
public PrimordialLogSystem()
default CTOR.
Method Detail |
---|
public void DumpLogMessages(NVelocity.Runtime.Log.LogSystem newLogger)
dumps the log messages this logger is holding into a new logger
public void Init(NVelocity.Runtime.RuntimeServices rs)
public void LogVelocityMessage(int level, string message)
logs messages. All we do is store them until 'later'.
Parameters:
level
- severity levelmessage
- complete error message
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |