C# Class Elders.Hystrix.NET.Example.LogStartup

Mostrar archivo Open project: Elders/Hystrix.NET Class Usage Examples

Public Methods

Method Description
AddAppender ( this loggerRepo, log4net appender ) : void
AddConsoleAppender ( this loggerRepo ) : void
AddMethodAppender ( this loggerRepo ) : void
Boot ( ) : void

Method Details

AddAppender() public static method

public static AddAppender ( this loggerRepo, log4net appender ) : void
loggerRepo this
appender log4net
return void

AddConsoleAppender() public static method

public static AddConsoleAppender ( this loggerRepo ) : void
loggerRepo this
return void

AddMethodAppender() public static method

public static AddMethodAppender ( this loggerRepo ) : void
loggerRepo this
return void

Boot() public static method

public static Boot ( ) : void
return void