ArcFM Desktop Developer Guide
Append(LoggingEvent) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The event to log.
This method is called by the log4net.Appender.AppenderSkeleton.DoAppend(log4net.Core.LoggingEvent) method.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Append( _
   ByVal loggingEvent As log4net.Core.LoggingEvent _
) 
'Usage
 
Dim instance As MessageBoxAppender
Dim loggingEvent As log4net.Core.LoggingEvent
 
instance.Append(loggingEvent)
protected override void Append( 
   log4net.Core.LoggingEvent loggingEvent
)

Parameters

loggingEvent
The event to log.
Remarks

Writes the event to a MessageBox object.

The format of the output will depend on the appender's layout.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MessageBoxAppender Class
MessageBoxAppender Members
Overload List

 

 


Send Comment