Subversion Repositories simple_log_event

Compare Revisions

Regard whitespace Rev 3 → Rev 4

/trunk/README.txt
92,7 → 92,7
x := CoViaThinkSoftSimpleEventLog.Create;
x.LogEvent('MySourceName', ViaThinkSoftSimpleLogEvent_TLB.Warning, 'This is a test warning written by Delphi');
x := nil;
end.
end;
 
 
A short note about the compilation workflow (for developers)