# Nano Stores Logger

<img align="right" width="92" height="92" title="Nano Stores logo"
     src="https://nanostores.github.io/nanostores/logo.svg">

Logger of lifecycles, changes and actions for **[Nano Stores]**,
a tiny state manager with many atomic tree-shakable stores.

* **Clean.** All messages are stacked in compact, collapsible nested groups.
* **Descriptive.** Detailed descriptions with a clear comparison of the old and new values.
* **Pretty designed.** Compact logo and color badges for quick reading.
* **Flexible.** Ability to disable and filter certain types of messages.
* **Supports all types of stores**: Atom, Map and Deep Map.

[Nano Stores]: https://github.com/nanostores/nanostores/

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="./img/dark.png">
    <source media="(prefers-color-scheme: light)" srcset="./img/light.png">
    <img alt="Nano Stores Logger" src="./img/light.png">
  </picture>
</p>


## Docs
Read full docs **[here](https://github.com/nanostores/logger#readme)**.
