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