|
TifConverterLog Property |
Set this to your application log instance. Otherwise the system will create a log file called TIFConverter.log
Namespace:
VoiceElements.Common
Assembly:
VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
Syntax public static Log Log { get; set; }
Public Shared Property Log As Log
Get
Set
public:
static property Log^ Log {
Log^ get ();
void set (Log^ value);
}
static member Log : Log with get, set
Property Value
Type:
LogSee Also