C# Class WebTraceMonitor.Classes.SignalRTracer

Writes Trace Messages directly to SignalR. This listener is only used internally by the the Web Trace Monitor web application.
Show file Open project: berndku/webtracemonitor

Public Methods

Method Description
Send ( string source, string eventType, string message, string category ) : void

Private Methods

Method Description
GetRandomMachine ( ) : string

Method Details

Send() public static method

public static Send ( string source, string eventType, string message, string category ) : void
source string
eventType string
message string
category string
return void