
29 Aug
2013
29 Aug
'13
6:41 p.m.
Hi, I have a doubt. If on my config file (xml) I set logger level as "Debug" and then from my java class i do: logger.error("some message Log {}", this); What wold be the result on my log file? Does Logback a comparation between logger level and event level and depend on that it does the logging?Do i have a log based on debug or based on error? Thanks. Gastón