Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.03 KB

File metadata and controls

49 lines (38 loc) · 2.03 KB

Loggie has a bunch of features but it's always good to have some simple starting points to begin from. Here, we will periodically add different guides and reading blocks that you can use to get started with important concepts and topics:


Note

Starter Guide: Compose, Stylize and Send Messages

Learn how to create Loggie Messages, style them, and output them to a console or any other channel.


Tip

labelimg Categorizing and Organizing Messages

Messages are categorized by their log level and a domain they belong to. Such features are a core component of many logging systems. Learn how they work here:


Tip

Add More To Your Messages

Loggie can embed extra data into your messages during its preprocessing step.


Note

Guide: Using Loggie in VSCode, Cursor and more

Learn how to configure Loggie to properly print to different, non-Godot consoles, such as the ones you'll be viewing your game's output on if you're using a different IDE.