C# Class LazerTagHostLibrary.Log

Afficher le fichier Open project: astrospark/LazerTagHost

Méthodes publiques

Méthode Description
Add ( Severity severity, string format ) : void
Add ( string message, Exception ex ) : void
GetExceptionMessageRecursive ( Exception ex ) : string
GetExceptionMessageRecursive ( Exception ex, string separator ) : string

Private Methods

Méthode Description
OnEntryAdded ( Entry entry ) : void

Method Details

Add() public static méthode

public static Add ( Severity severity, string format ) : void
severity Severity
format string
Résultat void

Add() public static méthode

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

GetExceptionMessageRecursive() public static méthode

public static GetExceptionMessageRecursive ( Exception ex ) : string
ex System.Exception
Résultat string

GetExceptionMessageRecursive() public static méthode

public static GetExceptionMessageRecursive ( Exception ex, string separator ) : string
ex System.Exception
separator string
Résultat string