Edit of asset "Loggot" Accepted

Old/Current New/Edit
Title 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 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.
Category Tools Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/fcazalet/loggot
Issues Url https://github.com/fcazalet/loggot/issues
Godot version Godot 4.1 Godot 4.1
Version String 2.0.0 2.0.0
Download Commit 9be393bae529f29dbddc91b37fbd951b1ab198d7 9be393bae529f29dbddc91b37fbd951b1ab198d7
Download Url (Computed) https://github.com/fcazalet/loggot/archive/9be393bae529f29dbddc91b37fbd951b1ab198d7.zip https://github.com/fcazalet/loggot/archive/9be393bae529f29dbddc91b37fbd951b1ab198d7.zip
Icon Url https://raw.githubusercontent.com/fcazalet/loggot/master/icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/fcazalet/loggot/refs/heads/master/screenshots/loggot_capture_1.png
Thumbnail https://raw.githubusercontent.com/fcazalet/loggot/refs/heads/master/screenshots/loggot_capture_1.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/fcazalet/loggot/refs/heads/master/screenshots/loggot_capture_2.png
Thumbnail https://raw.githubusercontent.com/fcazalet/loggot/refs/heads/master/screenshots/loggot_capture_2.png