C# 클래스 GoogleCloudSamples.LogTicker

A singleton that sends log messages to listening clients.
상속: ISimpleLogger
파일 보기 프로젝트 열기: GoogleCloudPlatform/getting-started-dotnet

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