Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / ILog Interface
Methods

In This Topic
ILog Interface Members
In This Topic

The following tables list the members exposed by ILog.

Public Methods
 NameDescription
 MethodOverloaded. Write a categorized Critical message directly to the Loupe log.  
 MethodOverloaded. Write a categorized Error message directly to the Loupe log with an attached Exception.  
 MethodOverloaded. Write a categorized Information message directly to the Loupe log with an attached Exception.  
 MethodRecord an unexpected exception to the log without displaying a user prompt.  
 MethodRecord an unexpected exception to the log and report it to the user if possible.  
 MethodOverloaded. Write a categorized Verbose message directly to the Loupe log with an attached Exception.  
 MethodOverloaded. Write a categorized Warning message directly to the Loupe log with an attached Exception.  
 MethodWrite 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.  
Top
See Also