InstantiateLogger Method

Glimpse API

Factory InstantiateLogger Method Glimpse API Documentation
Instantiates an instance of ILogger.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public ILogger InstantiateLogger()
public ILogger InstantiateLogger()

Return Value

A ILogger instance resolved by one of the IServiceLocators, otherwise a NullLogger or NLogLogger (leveraging the OnlineNLog project) based on configuration settings.
See Also