C# Class Summa.Core.Log

Mostrar archivo Open project: wfarr/newskit

Public Methods

Method Description
Exception ( Exception e ) : void
Exception ( Exception e, string message ) : void
LogFunc ( string log_domain, GLib log_level, string message ) : void
Message ( string message ) : void
RemoveLog ( ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Exception() public static method

public static Exception ( Exception e ) : void
e System.Exception
return void

Exception() public static method

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

LogFunc() public static method

public static LogFunc ( string log_domain, GLib log_level, string message ) : void
log_domain string
log_level GLib
message string
return void

Message() public static method

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

RemoveLog() public static method

public static RemoveLog ( ) : void
return void