Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

[EU] Logging

Madman10K edited this page Aug 10, 2023 · 3 revisions

There are no restrictions on the way you want to log information. You can use all libraries and functions in the C and C++ standard library, however, the engine has its own logging system using the UntitledLog library. It can log different types of messages to the terminal, files and to an editor widget. All info about the library can be found in its corresponding GitHub wiki.

Clone this wiki locally