Sylloge
A C# helper library
Public Member Functions
Sylloge.Log.Visual Class Reference

Inherits Sylloge.Log.File.

Inherited by Sylloge.Log.Exception.

List of all members.

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.

Detailed Description

Definition at line 171 of file Log.cs.


Constructor & Destructor Documentation

Sylloge.Log.Visual.Visual ( )

The default constructor.

Definition at line 176 of file Log.cs.

Sylloge.Log.Visual.Visual ( string  logName)

Creates an instance and opens the log file with the specified file name.

Parameters:
logNameThe log file to use

Definition at line 182 of file Log.cs.


Member Function Documentation

new System.Windows.Forms.DialogResult Sylloge.Log.Visual.Log ( string  msg) [virtual]

Display a standard message dialog with a message.

Parameters:
msgThe message to display
Returns:
The System.Windows.Forms.DialogResult of the user result

Reimplemented from Sylloge.Log.File.

Definition at line 189 of file Log.cs.

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.

Parameters:
msgThe message to display
captionThe caption to display on the message box
buttonsThe button type to use on the message box
Returns:
The System.Windows.Forms.DialogResult of the user result

Definition at line 212 of file Log.cs.

System.Windows.Forms.DialogResult Sylloge.Log.Visual.Log ( string  msg,
string  caption 
)

Display a standard message dialog with a message.

Parameters:
msgThe message to display
captionThe caption to display on the message box
Returns:
The System.Windows.Forms.DialogResult of the user result

Definition at line 200 of file Log.cs.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events