C# Class HA4IoT.CloudTester.TextBoxLogger

Inheritance: ILogger
Show file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Info ( string message ) : void
TextBoxLogger ( TextBox target ) : System
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

Private Methods

Method Description
AppendText ( string format ) : void

Method Details

Error() public method

public Error ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Error() public method

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

Info() public method

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

TextBoxLogger() public method

public TextBoxLogger ( TextBox target ) : System
target Windows.UI.Xaml.Controls.TextBox
return System

Verbose() public method

public Verbose ( string message ) : void
message string
return void

Warning() public method

public Warning ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Warning() public method

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