Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 497 Bytes

logging.md

File metadata and controls

15 lines (10 loc) · 497 Bytes

Logging

almin-logger is logging library for almin.

logger

Feature

  • Execution log of UseCase
  • Multiple Execution warning log of UseCase
  • Changed log of Store
  • Nesting log support if the browser supportconsole.groupCollapsed.
  • Async(default) and Sync logger

Please see almin-logger for details.