This is the main class of Loxer. It works "static" because it's a singleton instance though you
don't need to call ~new Loxer()~. Instead you use it with Loxer.log() (or any other method).
For an overview of all methods and a guide on how to use it, take a look at the Documentation.
This is the main class of Loxer. It works "static" because it's a singleton instance though you don't need to call ~
new Loxer()~. Instead you use it withLoxer.log()(or any other method).For an overview of all methods and a guide on how to use it, take a look at the Documentation.