C# Class Summa.Core.Log

Afficher le fichier Open project: wfarr/newskit

Méthodes publiques

Méthode 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

Méthode Description
Log ( ) : System

Method Details

Exception() public static méthode

public static Exception ( Exception e ) : void
e System.Exception
Résultat void

Exception() public static méthode

public static Exception ( Exception e, string message ) : void
e System.Exception
message string
Résultat void

LogFunc() public static méthode

public static LogFunc ( string log_domain, GLib log_level, string message ) : void
log_domain string
log_level GLib
message string
Résultat void

Message() public static méthode

public static Message ( string message ) : void
message string
Résultat void

RemoveLog() public static méthode

public static RemoveLog ( ) : void
Résultat void