Skip to content

Instantly share code, notes, and snippets.

@xgeek-net
Created January 31, 2017 08:57
Show Gist options
  • Save xgeek-net/a43199a26030f9447f52a19ce3941558 to your computer and use it in GitHub Desktop.
Save xgeek-net/a43199a26030f9447f52a19ce3941558 to your computer and use it in GitHub Desktop.
System.debug
System.debug(Logginglevel.INFO,'[INFO] Account : ' + account);
System.debug(Logginglevel.WARN,'[WARN] Account : ' + account);
System.debug(Logginglevel.ERROR,'[ERROR] Account : ' + account);
System.debug(Logginglevel.DEBUG ,'[DEBUG] Account : ' + account);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment