Overload | Description |
---|---|
Write(LogMessageSeverity,String,Int32,Exception,LogWriteMode,String,String,String,String,Object[]) | Write a complete log message directly to the Loupe log from a wrapper method or bridging logic, attributing the source of the message farther up the call-stack. |
Write(LogMessageSeverity,String,Int32,Exception,Boolean,LogWriteMode,String,String,String,String,Object[]) | Write a complete log message directly to the Loupe log from a wrapper method or bridging logic, attributing the source of the message farther up the call-stack. |
Write(LogMessageSeverity,String,IMessageSourceProvider,String,Exception,LogWriteMode,String,String,String,String,Object[]) | Write a complete log message to the Loupe central log, optionally extended with XML details and broadest API features. |