반응형
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
반응형
'나만의 작업' 카테고리의 다른 글
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 |
자바스크립트 로깅 라이브러리 Blackbird (2) | 2008.11.03 |
윈도우용 launcy (0) | 2008.08.31 |
hello! blogger 대한민국 블로거 컨퍼런스 참가신청 (6) | 2008.03.05 |
J2EE의 소프트웨어 디자인 원칙 (8) | 2008.01.17 |
티스토리에서 Syntaxhighlighter를 이용하기 (12) | 2007.12.04 |