mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
* Made Log call virtual. Fixes issue #40623
This commit is contained in:
parent
d44cae14f5
commit
9c9497375e
@ -87,7 +87,7 @@ Type
|
||||
Function UnRegisterMessageFile : Boolean; virtual;
|
||||
Procedure Pause;
|
||||
Procedure Resume;
|
||||
Procedure Log (EventType : TEventType; const Msg : String); {$ifndef fpc }Overload;{$endif}
|
||||
Procedure Log (EventType : TEventType; const Msg : String); virtual; {$ifndef fpc }Overload;{$endif}
|
||||
Procedure Log (EventType : TEventType; const Fmt : String; Args : Array of const); {$ifndef fpc }Overload;{$endif}
|
||||
Procedure Log (const Msg : String); {$ifndef fpc }Overload;{$endif}
|
||||
Procedure Log (const Fmt : String; Args : Array of const); {$ifndef fpc }Overload;{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user