|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Properties > Log |
Use this property to inform how IntraWeb saves its Log information (used internally by IntraWeb in some parts of the code). When you enable this property, IntraWeb generates the log file in the same folder as your application.
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.Log
ETYPE=Property
Declaration:
Delphi: |
published property Log: TLogOptions; |
C++: |
__published: __property TLogOptions Log; |
Description: This is Log, a member of class TIWServerControllerBase.