C# Class WorkerRole.Tracer

A simple wrapper so that we can easily augment tracing
Show file Open project: azure-contrib/AzureRunMe

Public Properties

Property Type Description
format string

Public Methods

Method Description
WriteLine ( object o, string category ) : void
WriteLine ( string message, string category ) : void

Method Details

WriteLine() public static method

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

WriteLine() public static method

public static WriteLine ( string message, string category ) : void
message string
category string
return void

Property Details

format public static property

public static string format
return string