Guest User

Untitled

a guest
Oct 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // scope 1
  2. var logger = new DDLog();
  3. logger.LogToScope("MyAppScope", "User Is Admin?", "true");
  4. logger.LogToScope("MyAppScope", "Login may be evaluated", "true");
  5.  
  6. // scope 2
  7. logger.LogToScope("SharePointNinjas", "Easter egg activated?", "true");
Add Comment
Please, Sign In to add comment