C# Класс GoogleCloudSamples.LogTicker

A singleton that sends log messages to listening clients.
Наследование: ISimpleLogger
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
LogTicker System

Открытые методы

Метод Описание
GetLastMessage ( ) : string

Get the most recent message written to the log.

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

Приватные методы

Метод Описание
LogTicker ( IHubConnectionContext clients ) : System

Описание методов

GetLastMessage() публичный Метод

Get the most recent message written to the log.
public GetLastMessage ( ) : string
Результат string

LogError() публичный Метод

public LogError ( string message, Exception e ) : void
message string
e System.Exception
Результат void

LogVerbose() публичный Метод

public LogVerbose ( string message ) : void
message string
Результат void