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