C# Class Rosalia.Core.Tasks.LogHelper

Exibir arquivo Open project: rosaliafx/Rosalia Class Usage Examples

Public Methods

Method 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 method

public AddMessage ( MessageLevel level, string text ) : void
level MessageLevel
text string
return void

Error() public method

public Error ( string text ) : void
text string
return void

Info() public method

public Info ( string mesage ) : void
mesage string
return void

LogHelper() public method

public LogHelper ( Action callback ) : System
callback Action
return System

Warning() public method

public Warning ( string text ) : void
text string
return void