C# Class Praeclarum.Log

Mostra file Open project: praeclarum/Praeclarum

Public Properties

Property Type Description
Domain string

Public Methods

Method Description
Error ( Exception ex ) : void
Error ( string context, Exception ex ) : void
GetUserErrorMessage ( Exception ex ) : string
ShowError ( this obj, Exception ex, string format ) : void

Private Methods

Method Description
WriteLine ( string type, string line ) : void

Method Details

Error() public static method

public static Error ( Exception ex ) : void
ex System.Exception
return void

Error() public static method

public static Error ( string context, Exception ex ) : void
context string
ex System.Exception
return void

GetUserErrorMessage() public static method

public static GetUserErrorMessage ( Exception ex ) : string
ex System.Exception
return string

ShowError() public static method

public static ShowError ( this obj, Exception ex, string format ) : void
obj this
ex System.Exception
format string
return void

Property Details

Domain public_oe static_oe property

public static string Domain
return string