Skip to content

Instantly share code, notes, and snippets.

@earltedly
Created April 11, 2014 15:12
Show Gist options
  • Save earltedly/10476705 to your computer and use it in GitHub Desktop.
Save earltedly/10476705 to your computer and use it in GitHub Desktop.
Pebble log statement snippet
<snippet>
<content><![CDATA[APP_LOG(APP_LOG_LEVEL_DEBUG, "${1:message}");]]></content>
<tabTrigger>log</tabTrigger>
<scope>source.c</scope>
<description>Pebble log statement</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment