VESNX SA
VESNX SA
I tested the GetLoggedUserName and found that it is possebly not implemented the right way as for me getlogin reurns a $0000000000000000 (empty string) I left the original code ,...
Hi, Mybe I am doing it wrong but I am trying to have the logs flush and so I made a method: ``` implementation uses Quick.Logger, Quick.Logger.Provider.Files, Quick.Logger.ExceptionHook; procedure FinalizeLogger;...
I was wondering if you could have a generic way to solve: ``` public Frame(StackFrame? frame) { _methodBase = frame.GetMethod(); } When you look at the inplementation you can see...
When compiling with delphi 12.1 I get the following error: [dcc64 Error] Quick.Logger.Intf.pas(71): E2266 Only one of a set of overloaded methods can be published Adding public seems to fix...