Factory InstantiateLogger Method | Glimpse API Documentation |
Instantiates an instance of ILogger.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Return Value
A ILogger instance resolved by one of the IServiceLocators, otherwise a NullLogger or NLogLogger (leveraging the NLog project) based on configuration settings.See Also