QuickLogger icon indicating copy to clipboard operation
QuickLogger copied to clipboard

Does this work for an OSX Dylib? Because I can't get any output

Open TheOriginalBytePlayer opened this issue 3 years ago • 1 comments

According to the instructions, I am iniitialzing it with

Logger.Providers.Add(GlobalLogConsoleProvider);
with GlobalLogConsoleProvider do
begin
	LogLevel := LOG_ALL;
    ShowEventColors := True;
    Enabled := True;
end;
Log('Test entry',etInfo);
Log('Test number: %d',[1],etWarning);

It all compiles fine but nothing is ever sent to the console. Should this work? Am am don't something wrong?

TheOriginalBytePlayer avatar May 16 '21 21:05 TheOriginalBytePlayer

Could you share a simple project?

exilon avatar May 24 '21 13:05 exilon