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