Skip to content

Instantly share code, notes, and snippets.

@nickgs
Created May 7, 2015 03:28
Show Gist options
  • Save nickgs/796acfbcbbab7f7a1dcd to your computer and use it in GitHub Desktop.
Save nickgs/796acfbcbbab7f7a1dcd to your computer and use it in GitHub Desktop.
Drupal Watchdog Sublime Snippet
<snippet>
<tabTrigger>dlog</tabTrigger>
<content><![CDATA[
watchdog('${TM_FILENAME/([^.]*)\..*$/$1/}', '${1}Mylog %data', array('%data' => ${2}), ${3}WATCHDOG_ERROR, ${4}null);
]]></content>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment