C# Class MGDF.GamesManager.Common.Logger

Inheritance: ILogger
ファイルを表示 Open project: mrsharpoblunto/MGDF

Public Methods

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

Method Details

Logger() public method

public Logger ( string logFile ) : System
logFile string
return System

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