Skip to content

Instantly share code, notes, and snippets.

@SdgGames
SdgGames / logger.gd
Last active May 4, 2021 19:42 — forked from bil-bas/logger.gd
Simple logger for Godot Game Engine (godotgameengine.org)
# GodotLogger by Spooner
# ======================
#
# logger.gd is a simple logging system. It allows for more formatted logging,
# logging levels and logging to a file.
#
# Installation
# ------------
#
# Place this file somewhere (for example, 'res://root/logger.gd')