# -*- mode: snippet -*-
# name: cmkwarn
# key: warn
# --
from cmk.gui.log import logger
import pprint
logger.warning(pprint.pformat(("$1", $0)))