# 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.*
