C# Class ConfigInjector.UnitTests.MemoryLogger

Inheritance: IConfigInjectorLogger
Show file Open project: uglybugger/ConfigInjector

Public Methods

Method Description
Log ( Exception exception, string template ) : void
Log ( string template ) : void

Method Details

Log() public method

public Log ( Exception exception, string template ) : void
exception System.Exception
template string
return void

Log() public method

public Log ( string template ) : void
template string
return void