Logging Event

Summary
Occurs before a message is logged.
Syntax
C#
C++/CLI
public event EventHandler<LogEventArgs> Logging 
public: 
event EventHandler<LogEventArgs^>^ Logging 
Event Data

The event handler receives an argument of type LogEventArgs containing data related to this event. The following LogEventArgs properties provide information specific to this event.

PropertyDescription
LogEntry Gets the ILogEntry object.
Requirements

Target Platforms

See Also

Reference

Logger Class

Logger Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Logging Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.