C# Class ClassLibrary.Common.ErrorLogProxy

Afficher le fichier Open project: justijndepover/Soundcloudplus

Méthodes publiques

Méthode Description
LogError ( string message ) : void
NotifyError ( string message ) : void
NotifyErrorInDebug ( string message ) : void

Private Methods

Méthode Description
UpdateToastMessage ( string message ) : void

Method Details

LogError() public static méthode

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

NotifyError() public static méthode

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

NotifyErrorInDebug() public static méthode

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