Edit of asset "Loggot" Accepted

Old/Current New/Edit
Title Loggot Loggot
Description Loggot is a Godot plugin that allow total control on logs.

It allow you to create different named loggers.

For example you can have a logger for a Player node and another for all Enemy nodes and make each log to two separate files player.log and enemy.log.

Or you can log Player output to console and Enemy output to a file. As you want.

Each Logger can have multiple Appender. They also can share same appenders (ex output to same file).

Appender have an Encoder to encode log event to whatever. Basically an Encoder can just output formatted text.

You can wrap an Appender into an AsyncAppender and transform it to an asynchronous Appender.

You can create your own Appender/Encoder and inject it to Logger/Appender. Just extends it.
Loggot is a Godot add-on that allow total control on logs.
Category Tools Scripts
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/fcazalet/loggot https://github.com/fcazalet/loggot
Issues Url https://github.com/fcazalet/loggot/issues https://github.com/fcazalet/loggot/issues
Godot version Godot 4.1 Godot 3.4
Version String 2.0.0 1.0.0
Download Commit 9be393bae529f29dbddc91b37fbd951b1ab198d7 761c30f1101a5705eebffefa31258dc6d7c14c15
Download Url (Computed) https://github.com/fcazalet/loggot/archive/9be393bae529f29dbddc91b37fbd951b1ab198d7.zip https://github.com/fcazalet/loggot/archive/761c30f1101a5705eebffefa31258dc6d7c14c15.zip
Icon Url https://raw.githubusercontent.com/fcazalet/loggot/master/icon.png
https://raw.githubusercontent.com/fcazalet/loggot/master/icon.png