C# Class Bugsnag.Logger

Default logging to use in this Bugsnag library
Show file Open project: plangrid/Bugsnag.Wpf

Public Methods

Method Description
Error ( string message ) : void

Record an error message

Info ( string message ) : void

Record an informational message

Warning ( string message ) : void

Record a warning message

Method Details

Error() public static method

Record an error message
public static Error ( string message ) : void
message string The error message
return void

Info() public static method

Record an informational message
public static Info ( string message ) : void
message string The info message
return void

Warning() public static method

Record a warning message
public static Warning ( string message ) : void
message string The warning message
return void