1 Matching Annotations
  1. Nov 2018
    1. 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