C# Class LazerTagHostLibrary.Log

Mostra file Open project: astrospark/LazerTagHost

Public Methods

Method 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

Method Description
OnEntryAdded ( Entry entry ) : void

Method Details

Add() public static method

public static Add ( Severity severity, string format ) : void
severity Severity
format string
return void

Add() public static method

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

GetExceptionMessageRecursive() public static method

public static GetExceptionMessageRecursive ( Exception ex ) : string
ex System.Exception
return string

GetExceptionMessageRecursive() public static method

public static GetExceptionMessageRecursive ( Exception ex, string separator ) : string
ex System.Exception
separator string
return string