Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TheOriginalBytePlayer opened this issue May 16, 2021 · 1 comment

Comments

@TheOriginalBytePlayer
Copy link

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?

@exilon
Copy link
Owner

exilon commented May 24, 2021

Could you share a simple project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants