C# Class Library.Log

Exibir arquivo Open project: Alliance-Network/Library

Public Methods

Method Description
Error ( Exception exception ) : void
Error ( string value ) : void
Information ( Exception exception ) : void
Information ( string value ) : void
Warning ( Exception exception ) : void
Warning ( string value ) : void

Private Methods

Method Description
FromException ( Exception exception ) : string
LogEventHandler ( LogEventArgs e ) : void

Method Details

Error() public static method

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

Error() public static method

public static Error ( string value ) : void
value string
return void

Information() public static method

public static Information ( Exception exception ) : void
exception System.Exception
return void

Information() public static method

public static Information ( string value ) : void
value string
return void

Warning() public static method

public static Warning ( Exception exception ) : void
exception System.Exception
return void

Warning() public static method

public static Warning ( string value ) : void
value string
return void