Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

adding logback + slf4j logging #507

Closed
wants to merge 2 commits into from

Conversation

IvanGurtler
Copy link
Contributor

testing on EAP6.3 (wildfly problems can be solved by jboss-deployment-structure.xml ... but not tested on wildfly)

…an be solved by jboss-deployment-structure.xml)
@@ -46,23 +46,23 @@ public void info(String message){
}

public void warning(String message){
AeroGearLogger.logger.log(Level.WARNING, format(message));
AeroGearLogger.logger.warn(format(message));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just wondering, w/ slf4j do we still need the custom format() ? I hope/think that's done by the slf4j logging library

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes ... it is true .. I changed it

@matzew
Copy link
Contributor

matzew commented Feb 27, 2015

@IvanGurtler thanks a lot, will do some tests/tweaks on this next week.

But thanks for contributing !

@matzew matzew mentioned this pull request Mar 5, 2015
@matzew
Copy link
Contributor

matzew commented Mar 5, 2015

@IvanGurtler I have created this PR, containing your commints + a first draft of my changes.

closing this one, since the other PR contains still you fixes :-)

Thanks again for sending us the PR

@matzew matzew closed this Mar 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants