C# Class MGDF.GamesManager.Tests.Common.Mocks.MockLogger

Inheritance: ILogger
显示文件 Open project: mrsharpoblunto/MGDF

Public Methods

Method Description
Write ( Exception ex, string message ) : void
Write ( LogInfoLevel level, string message ) : void

Method Details

Write() public method

public Write ( Exception ex, string message ) : void
ex System.Exception
message string
return void

Write() public method

public Write ( LogInfoLevel level, string message ) : void
level LogInfoLevel
message string
return void