rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

LogLevel.fromLogLevelName() never returns LogLevel.NONE #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. LogLevel.fromLogLevelName("none")

What is the expected output? What do you see instead?
LogLevel.NONE expected, LogLevel.DEFAULT (i.e. LogLevel.DEBUG) returned

What version of the product are you using? On what operating system?
0.8.4, any

Please provide any additional information below.
Is this behavior intentional? I'd expected it to return LogLevel.NONE, no?

Original issue reported on code.google.com by gammafl...@gmail.com on 9 May 2011 at 8:55