-
Notifications
You must be signed in to change notification settings - Fork 33
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
#404: logging concept #760
Conversation
Pull Request Test Coverage Report for Build 13009540527Details
💛 - Coveralls |
This PR is still in
/**
* Implementation of {@Logger} for this project. Allows logging to the console with coloured output.
*/
public class TestLogger implements Logger { BTW: you should avoid fully-qualified types in your code and use
|
# Conflicts: # cli/src/main/java/com/devonfw/tools/ide/cli/Ideasy.java
renamed TestLogger to IdeLoggerAdapter added missing param to javadoc renamed TestProvider to TestProviderImpl renamed TestLoggerFactory to TestLoggerFactoryImpl
added first implementations for IdeLoggerAdapter methods replaced IdeSubLoggerSlf4j with IdeSubLoggerOut
added null checks to IdeLoggerAdapter debug methods
added rest of null checks
fixed compose array out of bounds exception
updated WireMock dependency from 2.35.2 to 3.11.0 added jackson-core dependency to ide-cli added url namespace to tools added LogbackServiceProvider to service
# Conflicts: # cli/src/main/java/com/devonfw/tools/ide/log/AbstractIdeSubLogger.java
Closing and continuing in #1017 |
draft pr for: #404
Attempt to create custom slf4j provider by implementing 3 slf4j interfaces. Will result in the following error
