scar
  • The scar game library
  • Application Structure
    • App
    • Scenes
    • Spaces
    • Entities
    • Components
    • Systems
    • Objects
    • Drawing
    • Events
  • Builtin Features
    • Actions
    • Assets
    • Config
    • Input
    • Logger
    • Music
    • Tweens
    • Util
    • Vectors & Rects
  • Builtin Components
    • Text
    • Sprite
    • Animated Sprite
  • Builtin Systems
    • Animate Sprites
Powered by GitBook
On this page

Was this helpful?

  1. Builtin Features

Logger

This class defines four methods that can be used for logging purposes. They all just prepend their name in brackets to the message and print that to STDOUT. Only the Logger#fatal method raises it instead of just printing it out.

The available methods are:

  • info

  • warn

  • debug

  • error

  • fatal

PreviousInputNextMusic

Last updated 6 years ago

Was this helpful?