C# Class Tests.TestLogger

Inheritance: ILogger
Mostrar archivo Open project: yeticgi/Uniject

Public Methods

Method Description
Log ( string message ) : void
Log ( string message, object args ) : void

Method Details

Log() public method

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

Log() public method

public Log ( string message, object args ) : void
message string
args object
return void