[This is preliminary documentation and is subject to change.]

Logs the messages in the windows 2000 event log, possible values are
  • OffLogging is off
  • Level1Only errors and exceptions are logged
  • Level2errors, exceptions and warnings are logged
  • Level3errors, exceptions, warnings and information are logged
  • OnSame as level 3

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string MessageLogging { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MessageLogging As String
Visual C++
public:
static property String^ MessageLogging {
	String^ get ();
}

See Also