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