![]() |
Sylloge
A C# helper library
|
Inherits Sylloge.Log.Visual.
Public Member Functions | |
| Exception () | |
| The default constructor. | |
| Exception (string logName) | |
| Creates an instance and opens the log file with the specified file name. | |
| System.Windows.Forms.DialogResult | Log (string msg, System.Exception ex) |
| Display a Sylloge.Forms.Exception form with a message and stack and log both to the underlying log file. | |
| System.Windows.Forms.DialogResult | Log (string msg, System.Exception ex, string caption) |
| Display a Sylloge.Forms.Exception form with a message and stack and log both to the underlying log file. | |
| Sylloge.Log.Exception.Exception | ( | string | logName | ) |
| System.Windows.Forms.DialogResult Sylloge.Log.Exception.Log | ( | string | msg, |
| System.Exception | ex | ||
| ) |
Display a Sylloge.Forms.Exception form with a message and stack and log both to the underlying log file.
| msg | The message to display |
| ex | The System.Exception to display and log |
| System.Windows.Forms.DialogResult Sylloge.Log.Exception.Log | ( | string | msg, |
| System.Exception | ex, | ||
| string | caption | ||
| ) |
Display a Sylloge.Forms.Exception form with a message and stack and log both to the underlying log file.
| msg | The message to display |
| ex | The System.Exception to display and log |
| caption | The caption to display on the Sylloge.Forms.Exception form |
1.7.4