<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>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:<div><br></div><div>logger.error("some message Log {}", this);</div><div><br></div><div>What wold be the result on my log file?</div><div><br></div><div>Does Logback a comparation between logger level and event level and depend on that it does the logging?</div><div>Do i have a log based on debug or based on error?</div><div><br></div><div>Thanks.</div><div><br></div><div>Gastón</div>                                        </div></body>
</html>