C# Class GoogleCloudSamples.LogTicker

A singleton that sends log messages to listening clients.
Inheritance: ISimpleLogger
Afficher le fichier Open project: GoogleCloudPlatform/getting-started-dotnet

Private Properties

Свойство Type Description
LogTicker System

Méthodes publiques

Méthode Description
GetLastMessage ( ) : string

Get the most recent message written to the log.

LogError ( string message, Exception e ) : void
LogVerbose ( string message ) : void

Private Methods

Méthode Description
LogTicker ( IHubConnectionContext clients ) : System

Method Details

GetLastMessage() public méthode

Get the most recent message written to the log.
public GetLastMessage ( ) : string
Résultat string

LogError() public méthode

public LogError ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

LogVerbose() public méthode

public LogVerbose ( string message ) : void
message string
Résultat void