logger.debug
suppose we have configured another category named "xxx" which has a appender named "cheese" that has been configured as an appender,
then logger.debug.xxx("yyy")
will output log as below:
[date time] [DEBUG] [xxx] yyy
logger.debug
suppose we have configured another category named "xxx" which has a appender named "cheese" that has been configured as an appender,
then logger.debug.xxx("yyy")
will output log as below:
[date time] [DEBUG] [xxx] yyy