We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In your solution of exercise 2 in atom Logging ,
each handler [should] only capture[s] the output for its level.
It does not, your output for level FINE contains messages of level SEVERE, see attached file.
<record> <date>2016-12-26T16:18:29</date> <millis>1482765509474</millis> <sequence>5</sequence> <logger>.</logger> <level>SEVERE</level> <class>Main$$anon$1$Logging</class> <method>error</method> <thread>1</thread> <message>i less than 0</message> </record>
AtomicLog-FINE.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In your solution of exercise 2 in atom Logging ,
It does not, your output for level FINE contains messages of level SEVERE, see attached file.
AtomicLog-FINE.txt
The text was updated successfully, but these errors were encountered: