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