Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
HockeyApp
Extensibility
Implementation
Tracing
CoreEventSource
C# Class Microsoft.HockeyApp.Extensibility.Implementation.Tracing.CoreEventSource
Datei anzeigen
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