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

Atom "Logging", your solution of exercise 2 #83

Open
waij opened this issue Dec 26, 2016 · 0 comments
Open

Atom "Logging", your solution of exercise 2 #83

waij opened this issue Dec 26, 2016 · 0 comments

Comments

@waij
Copy link

waij commented Dec 26, 2016

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

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

1 participant