// Class 다운
https://craig.is/writing/chrome-logger
// Chrome Logger (크롬 브라우저에 확장프로그램 설치)
https://chrome.google.com/webstore/detail/chrome-logger/noaneddfkdjfnfdakjjmocngnfkfehhd
// log를 보려는 페이지를 열고 크롬왼쪽 상단 아이콘 활성화 시킨다.
//Class include
include $_SERVER['DOCUMENT_ROOT'].'/inc/class/ChromePhp.php';
ChromePhp::log('Hello console!');
ChromePhp::log($_SERVER);
ChromePhp::warn('something went wrong!');
※ 반복문 안에서 정상적으로 출력되지 않는 버그가 있음
반응형