C# 클래스 WorkerRole.Tracer

A simple wrapper so that we can easily augment tracing
파일 보기 프로젝트 열기: azure-contrib/AzureRunMe

공개 프로퍼티들

프로퍼티 타입 설명
format string

공개 메소드들

메소드 설명
WriteLine ( object o, string category ) : void
WriteLine ( string message, string category ) : void

메소드 상세

WriteLine() 공개 정적인 메소드

public static WriteLine ( object o, string category ) : void
o object
category string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string message, string category ) : void
message string
category string
리턴 void

프로퍼티 상세

format 공개적으로 정적으로 프로퍼티

public static string format
리턴 string