Overload | Description |
---|---|
Write(List<MetricSample>) | Record the provided set of metric samples to the log. |
Write(MetricSample) | Record the provided metric sample to the log. |
Write(LogMessageSeverity,String,String,String,Object[]) | Write a trace message directly to the Gibraltar log. |
Write(LogMessageSeverity,LogWriteMode,Exception,String,String,String,Object[]) | Write a log message directly to the Gibraltar log with an attached Exception and specifying Queued or WaitForCommit behavior. |
Write(LogMessageSeverity,LogWriteMode,Exception,Int32,String,String,String,Object[]) | Write a log message directly to the Gibraltar log with an attached Exception and specifying Queued or WaitForCommit behavior. |
Write(LogMessageSeverity,LogWriteMode,Exception,Boolean,String,String,String,Object[]) | Write a log message directly to the Gibraltar log with an attached Exception and specifying Queued or WaitForCommit behavior. |