C# Class Microsoft.HockeyApp.TestFramework.StubDebugOutput

Inheritance: IDebugOutput
Mostra file Open project: bitstadium/HockeySDK-Windows

Public Properties

Property Type Description
OnWriteLine Action

Public Methods

Method Description
IsLogging ( ) : bool
WriteLine ( string message ) : void

Method Details

IsLogging() public method

public IsLogging ( ) : bool
return bool

WriteLine() public method

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

Property Details

OnWriteLine public_oe property

public Action OnWriteLine
return Action