1 Matching Annotations
- Nov 2018
-
www.npmjs.com www.npmjs.comlog4js1
-
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
-