Overload | Description |
---|---|
ErrorDetail(String,String,String,String,Object[]) | Write a detailed Error message directly to the Loupe log. |
ErrorDetail(Exception,String,String,String,String,Object[]) | Write a detailed Error message directly to the Loupe log with an attached Exception. |
ErrorDetail(Exception,Boolean,String,String,String,String,Object[]) | Write a detailed Error message directly to the Loupe log with an attached Exception. |
ErrorDetail(LogWriteMode,String,String,String,String,Object[]) | Write a detailed Error message directly to the Loupe log, specifying Queued or WaitForCommit behavior. |
ErrorDetail(Exception,LogWriteMode,String,String,String,String,Object[]) | Write a detailed Error message directly to the Loupe log with an optional attached Exception and specifying Queued or WaitForCommit behavior. |
ErrorDetail(Exception,Boolean,LogWriteMode,String,String,String,String,Object[]) | Write a detailed Error message directly to the Loupe log with an optional attached Exception and specifying Queued or WaitForCommit behavior. |