Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigaston/godotlogger
https://github.com/bigaston/godotlogger
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigaston/godotlogger
- Owner: Bigaston
- License: mit
- Created: 2024-12-05T19:23:17.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T21:11:39.000Z (14 days ago)
- Last Synced: 2024-12-18T22:22:30.286Z (14 days ago)
- Language: GDScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logger
This is a Godot Addon to log your data but better
## Installation
Use [git subrepo](https://github.com/ingydotnet/git-subrepo) to install me! (To install Git Subrepo [watch this](https://github.com/Bigaston/GodotAddons/blob/main/subrepo.md))```sh
git subrepo clone [email protected]:Bigaston/GodotLogger.git addons/me.bigaston.logger
```Then, you can use `git subrepo pull addons/me.bigaston.logger` and `git subrepo pull addons/me.bigaston.logger`
## Usage
Enable the addon on Godot Settings, the you can now use **Logger.info**, **Logger.warn** and **Logger.error**