C# Class Project.Core.Services.LogService

Exibir arquivo Open project: tylermercier/mvc_template

Public Methods

Method Description
GetCurrentClassLogger ( ) : ILogger
GetLogger ( Type sourceType ) : ILogger
SetLogger ( ILogger logger ) : void

Method Details

GetCurrentClassLogger() public static method

public static GetCurrentClassLogger ( ) : ILogger
return ILogger

GetLogger() public static method

public static GetLogger ( Type sourceType ) : ILogger
sourceType System.Type
return ILogger

SetLogger() public static method

public static SetLogger ( ILogger logger ) : void
logger ILogger
return void