-
Notifications
You must be signed in to change notification settings - Fork 26
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
Activate Console Logger not function #29
Comments
Strange. It should. If you follow the code, that method registers a listener which logs everything to |
System.out is in default. |
This feels like an IDE setup issue. I hate to say Works For Me, but it does... in IntelliJ. Have you stepped through the debugger into the CONSOLE listener to make sure it is actively being called? |
I spent the whole afternoon trying to log in with custom log too and without success! Project Gradle in both netbeans and Inteli J. They did not work. I tested it with Iciql version 2.2.0, 2.1.1 and 2.0.0. Part of code:
` |
IciqlLogger.activateConsoleLogger();
Not logger in console InteliJ IDE.
iciql version 2.2.0.
The text was updated successfully, but these errors were encountered: