![]() |
Sylloge
A C# helper library
|
Inherits Sylloge.Log.File.
Inherited by Sylloge.Log.Exception.
Public Member Functions | |
| Visual () | |
| The default constructor. | |
| Visual (string logName) | |
| Creates an instance and opens the log file with the specified file name. | |
| new System.Windows.Forms.DialogResult | Log (string msg) |
| Display a standard message dialog with a message. | |
| System.Windows.Forms.DialogResult | Log (string msg, string caption) |
| Display a standard message dialog with a message. | |
| System.Windows.Forms.DialogResult | Log (string msg, string caption, System.Windows.Forms.MessageBoxButtons buttons) |
| Display a standard message dialog with a message. | |
| Sylloge.Log.Visual.Visual | ( | string | logName | ) |
| new System.Windows.Forms.DialogResult Sylloge.Log.Visual.Log | ( | string | msg | ) | [virtual] |
Display a standard message dialog with a message.
| msg | The message to display |
Reimplemented from Sylloge.Log.File.
| System.Windows.Forms.DialogResult Sylloge.Log.Visual.Log | ( | string | msg, |
| string | caption, | ||
| System.Windows.Forms.MessageBoxButtons | buttons | ||
| ) |
Display a standard message dialog with a message.
| msg | The message to display |
| caption | The caption to display on the message box |
| buttons | The button type to use on the message box |
| System.Windows.Forms.DialogResult Sylloge.Log.Visual.Log | ( | string | msg, |
| string | caption | ||
| ) |
Display a standard message dialog with a message.
| msg | The message to display |
| caption | The caption to display on the message box |
1.7.4