mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
* 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:
parent
bc41e65c5c
commit
914debabfe
@ -920,7 +920,6 @@ begin
|
||||
FEventLog:=TEventlog.Create(Self);
|
||||
FEventLog.RaiseExceptionOnError:=False;
|
||||
FEventLog.RegisterMessageFile('');
|
||||
FEventLog.Active:=True;
|
||||
end;
|
||||
result := FEventLog;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user