C# Class GoogleCloudSamples.Services.BookDetailLookup.DebugLogger

Inheritance: ISimpleLogger
Datei anzeigen 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