> For the complete documentation index, see [llms.txt](https://avalanche.continualai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avalanche.continualai.org/avalanche-v0.5.0-1/examples/loggers.md).

# Loggers

*Avalanche* offers concrete support for using standard logger like csv file, TensorBoard, etc. or even  *defining your own loggers*. You can find **examples** related to the benchmarks here:&#x20;

* [Tensorboard logger](https://github.com/ContinualAI/avalanche/blob/master/examples/tensorboard_logger.py): *this is a simple example that shows how to use the Tensorboard Logger.*
* [WandB logger](https://github.com/ContinualAI/avalanche/blob/master/examples/wandb_logger.py): *This is a simple example that shows how to use the WandB Logger.*
