반응형
Blackbird는 Open source Javascript Logging Utility입니다.
정말 심플한 js와 css를 include하면 자바스크립트 로깅을 할 수 있군요.
UI도 예쁘네요..
Public API
log.toggle()
- Hide/show Blackbird
log.move()
- Move Blackbird to next fixed positions: top-left, top-right, bottom-left, bottom-right
log.resize()
- Expand/contract Blackbird
log.clear()
- Clear all contents of Blackbird
log.debug( message )
- Add a debug message to Blackbird
message
: the string content of the debug messagelog.info( message )
- Add an info message to Blackbird
message
: the string content of the info messagelog.warn( message )
- Add a warning message to Blackbird
message
: the string content of the warn messagelog.error( message )
- Add an error message to Blackbird
message
: the string content of the warn messagelog.profile( label )
- Start/end a time profiler for Blackbird. If a profiler named
string
does not exist, create a new profiler. Otherwise, stop the profilerstring
and display the time elapsed (in ms). label
: the string identifying a specific profile timer
반응형
'backend' 카테고리의 다른 글
What is Jersey? (0) | 2009.06.01 |
---|---|
What is JAX-RS? (0) | 2009.05.29 |
What is REST? (2) | 2009.05.27 |
Thinkfree Office Live 한국어 서비스 시작 (2) | 2009.04.01 |
XML to JSON (6) | 2007.11.24 |
구글꺼야? SearchMash (16) | 2007.10.30 |
5회 스프링 프레임웍 사용자 모임에 다녀왔습니다. (10) | 2007.10.28 |
Google Developer Night에 다녀와서,, (14) | 2007.10.17 |