* Do not make the logger active in the getter, so that the application is able to change the log-type.

git-svn-id: trunk@18158 -
This commit is contained in:
joost 2011-08-10 12:31:00 +00:00
parent bc41e65c5c
commit 914debabfe

View File

@ -920,7 +920,6 @@ begin
FEventLog:=TEventlog.Create(Self);
FEventLog.RaiseExceptionOnError:=False;
FEventLog.RegisterMessageFile('');
FEventLog.Active:=True;
end;
result := FEventLog;
end;