자바스크립트 로깅 라이브러리 Blackbird
Posted at 2008/11/03 10:24// Posted in 나만의 작업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
stringdoes not exist, create a new profiler. Otherwise, stop the profilerstringand 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 |
-
seattle2008/11/03 23:37 [Edit/Del] [Reply]우왕굳 이네요 ^^ 하지만 버리님보단 벨루 안 이쁜듯해요~
-
2008/11/05 21:48 [Edit/Del]
버리야seattle님은 너무 많은 걸 알고 계셔~ ㅋㅋㅋ
-


