C# Class iMon.XBMC.Logging

Datei anzeigen Open project: Montellese/xbmc-on-imon

Public Methods

Method Description
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Error ( string area, string message ) : void
Error ( string area, string message, Exception exception ) : void
Log ( string message ) : void
Log ( string message, Exception exception ) : void
Log ( string area, string message ) : void
Log ( string area, string message, Exception exception ) : void

Method Details

Error() public static method

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

Error() public static method

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

Error() public static method

public static Error ( string area, string message ) : void
area string
message string
return void

Error() public static method

public static Error ( string area, string message, Exception exception ) : void
area string
message string
exception System.Exception
return void

Log() public static method

public static Log ( string message ) : void
message string
return void

Log() public static method

public static Log ( string message, Exception exception ) : void
message string
exception System.Exception
return void

Log() public static method

public static Log ( string area, string message ) : void
area string
message string
return void

Log() public static method

public static Log ( string area, string message, Exception exception ) : void
area string
message string
exception System.Exception
return void