C# Class Content.Localization.NullContentLogger

Inheritance: IContentLogger
ファイルを表示 Open project: ExigoOffice/Content-Localization

Public Methods

Method Description
LogError ( Exception ex, string format ) : void
LogInformation ( string format ) : void
LogVerbose ( string format ) : void

Method Details

LogError() public method

public LogError ( Exception ex, string format ) : void
ex Exception
format string
return void

LogInformation() public method

public LogInformation ( string format ) : void
format string
return void

LogVerbose() public method

public LogVerbose ( string format ) : void
format string
return void