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