 | NullLoggerInstance Property |
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic static ILogger Instance { get; }
Public Shared ReadOnly Property Instance As ILogger
Get
public:
static property ILogger^ Instance {
ILogger^ get ();
}
static member Instance : ILogger with get
Property Value
Type:
ILogger
See Also