C# Class Microsoft.HockeyApp.Extensibility.Implementation.Tracing.CoreEventSource

Show file Open project: bitstadium/HockeySDK-Windows

Private Properties

Property Type Description
CoreEventSource Services
WriteLine void

Public Methods

Method Description
LogError ( string msg ) : void
LogVerbose ( string msg ) : void

Private Methods

Method Description
CoreEventSource ( ) : Services
WriteLine ( string message ) : void

Method Details

LogError() public method

public LogError ( string msg ) : void
msg string
return void

LogVerbose() public method

public LogVerbose ( string msg ) : void
msg string
return void