C# Class ConfigInjector.UnitTests.MemoryLogger

Inheritance: IConfigInjectorLogger
Afficher le fichier Open project: uglybugger/ConfigInjector

Méthodes publiques

Méthode Description
Log ( Exception exception, string template ) : void
Log ( string template ) : void

Method Details

Log() public méthode

public Log ( Exception exception, string template ) : void
exception System.Exception
template string
Résultat void

Log() public méthode

public Log ( string template ) : void
template string
Résultat void