C# Class NotDeadYet.Configuration.DefaultLoggingStrategy

显示文件 Open project: uglybugger/NotDeadYet

Public Methods

Method Description
LogError ( Exception ex, string message ) : void

Method Details

LogError() public method

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