Logger

An asset by Akien
The page banner background of a mountain and forest
Logger hero image

Quick Information

0 ratings
Logger icon image
Akien
Logger

Logger is a GDScript singleton that provides a logging API for Godot projects.It allows logging messages with different levels (error, warning, info, debug, verbose) and user-defined modules/channels. The output can be done to the console/terminal, to files, or to a configurable buffer that can be retrieved and displayed in game.NB: The current version is a work in progress, and the API *will* evolve in the near future until a version 1.0 is tagged.

Supported Engine Version
2.1
Version String
git-master
License Version
MIT
Support Level
community
Modified Date
7 years ago
Git URL
Issue URL

Logger - Logging singleton for Godot Engine

The Logger class is a GDScript singleton that provides a logging API for projects developed with Godot Engine.

Usage

Copy the logger.gd file in your project folder, and define it as an autoloaded singelton in your project's settings (e.g. with the name Logger).

The methods of the API can then be access from any other script via the Logger singelton.

Read the code for details about the API, it's extensively documented.

Licensing

The Logger class and all other files of this repository are distributed under the MIT license (see the LICENSE.md file).

Logger is a GDScript singleton that provides a logging API for Godot projects.

It allows logging messages with different levels (error, warning, info, debug, verbose) and user-defined modules/channels. The output can be done to the console/terminal, to files, or to a configurable buffer that can be retrieved and displayed in game.

NB: The current version is a work in progress, and the API *will* evolve in the near future until a version 1.0 is tagged.

Reviews

0 ratings

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

0 ratings
Logger icon image
Akien
Logger

Logger is a GDScript singleton that provides a logging API for Godot projects.It allows logging messages with different levels (error, warning, info, debug, verbose) and user-defined modules/channels. The output can be done to the console/terminal, to files, or to a configurable buffer that can be retrieved and displayed in game.NB: The current version is a work in progress, and the API *will* evolve in the near future until a version 1.0 is tagged.

Supported Engine Version
2.1
Version String
git-master
License Version
MIT
Support Level
community
Modified Date
7 years 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