C# Class Host.Utils.LoggingHelper

Mostrar archivo Open project: xepher/uwp-wxbus

Public Methods

Method Description
LogExceptionError ( string source, bool isDebugMode, Exception exception ) : void

Private Methods

Method Description
BuildExceptionMessage ( string source, bool isDebugMode, Exception exception ) : ExceptionMessage

Method Details

LogExceptionError() public static method

public static LogExceptionError ( string source, bool isDebugMode, Exception exception ) : void
source string
isDebugMode bool
exception System.Exception
return void