C# Class NVelocity.Runtime.Log.NullLogSystem

Logger used in case of failure. Does nothing. *
Inheritance: LogSystem
显示文件 Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
Init ( IRuntimeServices rs ) : void
LogVelocityMessage ( LogLevel level, String message ) : void

logs messages to the great Garbage Collector in the sky

NullLogSystem ( ) : System

Method Details

Init() public method

public Init ( IRuntimeServices rs ) : void
rs IRuntimeServices
return void

LogVelocityMessage() public method

logs messages to the great Garbage Collector in the sky
public LogVelocityMessage ( LogLevel level, String message ) : void
level LogLevel severity level
message String complete error message
return void

NullLogSystem() public method

public NullLogSystem ( ) : System
return System