Created
January 31, 2017 08:57
-
-
Save xgeek-net/a43199a26030f9447f52a19ce3941558 to your computer and use it in GitHub Desktop.
System.debug
This file contains hidden or 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
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