import { logger } from 'log4jcore' const log = logger('MyClass') log.info('starting application') // Multiple arguments are supported, ...
確定! 回上一頁