Method | Description | |
---|---|---|
Emit ( string>.IDictionary |
Emit an array of metrics entries.
|
|
TextLogEmitter ( string logFilePath ) : System |
Create the metrics emitter, specifying the path of the file to write to. If this file doesn't exist it will be created, otherwise new entries will just be appended to the end of the file.
|
Method | Description | |
---|---|---|
MetricToString ( string>.IDictionary |
Get a single line string to write out to our file for a given metric.
|
public Emit ( string>.IDictionary |
||
properties | string>.IDictionary | |
metrics | ||
return | void |
public TextLogEmitter ( string logFilePath ) : System | ||
logFilePath | string | |
return | System |