ArcFM Responder Mobile Developer Guide
Log Property (ActionHandler)






log4net log object for logging debug info, warning or error events.
Syntax
'Declaration
 
Protected ReadOnly Property Log As INameLog
'Usage
 
Dim instance As ActionHandler
Dim value As INameLog
 
value = instance.Log
protected INameLog Log {get;}
protected read-only property Log: INameLog; 
protected function get Log : INameLog
protected: __property INameLog* get_Log();
protected:
property INameLog^ Log {
   INameLog^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActionHandler Class
ActionHandler Members

Send Feedback