Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GoogleCloudSamples
Services
BookDetailLookup.DebugLogger
C# Class GoogleCloudSamples.Services.BookDetailLookup.DebugLogger
Inheritance:
ISimpleLogger
Exibir arquivo
Open project: GoogleCloudPlatform/getting-started-dotnet
Public Methods
Method
Description
LogError
(
string
message
,
Exception
e
) :
void
LogVerbose
(
string
message
) :
void
Method Details
LogError()
public
method
public
LogError
(
string
message
,
Exception
e
) :
void
message
string
e
System.Exception
return
void
LogVerbose()
public
method
public
LogVerbose
(
string
message
) :
void
message
string
return
void