Created
May 7, 2015 03:28
-
-
Save nickgs/796acfbcbbab7f7a1dcd to your computer and use it in GitHub Desktop.
Drupal Watchdog Sublime Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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