ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / EventLog Class / Write Method

In This Topic
    Write Method (EventLog)
    In This Topic
    Overload List
    OverloadDescription
    Creates a timestamped event record of the specified type. Event is flushed immediately to disk if flush is set to true. The type of event to log.User defined entry describing the event.If true, event is written to disk immediately.  
    Creates a timestamped event record of the specified type. Event is flushed immediately to disk if flush is set to true. The type of event to log.User defined entry describing the event.The duration (in milliseconds) associated with the event.If true, event is written to disk immediately.  
    Creates a timestamped event record of the specified type. Event is flushed immediately to disk if flush is set to true. The type of event to log.User defined entry describing the event.The function associated with the event.The code associated with the event.The duration (in milliseconds) associated with the event.If true, event is written to disk immediately.  
    Creates a timestamped event record of the specified type. Event is flushed immediately to disk if flush is set to true. The type of event to log.An array of tuples containing event name + value pairs.The function associated with the event.The code associated with the event.The duration (in milliseconds) associated with the event.If true, event is written to disk immediately.  
    Creates a timestamped event record of the specified type. Event is flushed immediately to disk if flush is set to true. The type of event to log.An array of tuples containing event name + value pairs.The duration (in milliseconds) associated with the event.If true, event is written to disk immediately.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also