Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /*
  2. Yuna.log.debug
  3. Yuna.log.error
  4. Yuna.log.info
  5. Yuna.log.log
  6. Yuna.log.warn
  7. Yuna.log.warning 모두 동일한 스타일
  8. */
  9. Yuna.log.warn( "test", { a: 1 }, [ 1, 2, 3 ] );
  10.  
  11. /*
  12. [ YunaSea warn : Tue Feb 28 2017 16:58:17 GMT+0900 (KST) ]
  13. yunasea.latest.min.js:formatted:730 test Object {a: 1} [1, 2, 3]
  14. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement