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