Logs an exception that has occurred (writes to the Windows Live Writer log file, located at C:\Documents and Settings\%USER%\Application Data\Windows Live Writer).
public static void LogException( Exception ex );
|
Parameter
|
Description
|
| ex | Exception to log. |
This method overloads the following method:
public static void LogException( Exception ex, string context );
Reference
PluginDiagnostics Class
PluginDiagnostics.LogException (Context) Method