Click or drag to resize
NullLogger Class
A logger that does nothing. This is the default logger for HandlebarsViewEngine.
Inheritance Hierarchy
SystemObject
  HandlebarsDotNet.MvcNullLogger

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public class NullLogger : ILogger

The NullLogger type exposes the following members.

Constructors
  NameDescription
Public methodNullLogger
Initializes a new instance of the NullLogger class
Top
Methods
  NameDescription
Public methodLog
The NullLogger does nothing in this ILogger implementation.
Public methodTrace
The NullLogger does nothing in this ILogger implementation.
Public methodWarn
The NullLogger does nothing in this ILogger implementation.
Top
Properties
  NameDescription
Public propertyStatic memberInstance
A singleton instance of NullLogger.
Top
See Also