# -*- mode: snippet -*-
# name: logger.debug
# key: ld
# --
logger()->debug('$1'${2:, [ $3 ]});