Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binogure-studio/godot-simple-logger
godot-simple-logger
https://github.com/binogure-studio/godot-simple-logger
Last synced: 2 days ago
JSON representation
godot-simple-logger
- Host: GitHub
- URL: https://github.com/binogure-studio/godot-simple-logger
- Owner: binogure-studio
- License: mit
- Created: 2018-12-04T22:39:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T11:29:33.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T09:22:58.528Z (over 1 year ago)
- Language: GDScript
- Size: 3.91 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Godot Simple Logger for Godot Engine
===========================================The godot Simple Logger class is a GDScript Node instance for [Godot Engine](https://godotengine.org).
It generates at most 10 log files, and output log mesage to the STDOUT only on debug mode.Usage
-----Copy the `logger.gd` file in your project folder, and load it globally
Licensing
---------MIT (See license file for more informations)