C# Class Rosalia.Core.Tasks.LogHelper

Afficher le fichier Open project: rosaliafx/Rosalia Class Usage Examples

Méthodes publiques

Méthode Description
AddMessage ( MessageLevel level, string text ) : void
Error ( string text ) : void
Info ( string mesage ) : void
LogHelper ( Action callback ) : System
Warning ( string text ) : void

Method Details

AddMessage() public méthode

public AddMessage ( MessageLevel level, string text ) : void
level MessageLevel
text string
Résultat void

Error() public méthode

public Error ( string text ) : void
text string
Résultat void

Info() public méthode

public Info ( string mesage ) : void
mesage string
Résultat void

LogHelper() public méthode

public LogHelper ( Action callback ) : System
callback Action
Résultat System

Warning() public méthode

public Warning ( string text ) : void
text string
Résultat void