Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Loggot

An asset by erasor
The page banner background of a mountain and forest
Loggot thumbnail image
Loggot thumbnail image
Loggot hero image

Quick Information

1 ratings
Loggot icon image
erasor
Loggot

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.

Supported Engine Version
4.1
Version String
2.0.0
License Version
MIT
Support Level
testing
Modified Date
5 days ago
Git URL
Issue URL

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.

Reviews

1 ratings
LittleMouseDev Rated positive

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

1 ratings
Loggot icon image
erasor
Loggot

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.

Supported Engine Version
4.1
Version String
2.0.0
License Version
MIT
Support Level
testing
Modified Date
5 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers