|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
public NullLogSystem()
Initializes a new instance of the NullLogSystem class.
Method Detail |
---|
public void Init(NVelocity.Runtime.RuntimeServices rs)
public void LogVelocityMessage(int level, string message)
logs messages to the great Garbage Collector in the sky
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 |