C# Class ClassLibrary.Common.ErrorLogProxy

Show file Open project: justijndepover/Soundcloudplus

Public Methods

Method Description
LogError ( string message ) : void
NotifyError ( string message ) : void
NotifyErrorInDebug ( string message ) : void

Private Methods

Method Description
UpdateToastMessage ( string message ) : void

Method Details

LogError() public static method

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

NotifyError() public static method

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

NotifyErrorInDebug() public static method

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