C# Class NVelocity.Runtime.Log.NullLogSystem

Logger used in case of failure. Does nothing. *
Inheritance: LogSystem
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Init ( IRuntimeServices rs ) : void
rs IRuntimeServices
Résultat void

LogVelocityMessage() public méthode

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
Résultat void

NullLogSystem() public méthode

public NullLogSystem ( ) : System
Résultat System