Luciq Logging

Luciq logging functions very similarly to normal logging with the added benefits of having different verbosity levels. These can be filtered on the Luciq dashboardarrow-up-right.

The available verbosity levels are:

  • Log

  • Verbose

  • Info

  • Warning

  • Debug

  • Error

LCQLog.log("Log statement")
LCQLog.logVerbose("Verbose statement")
LCQLog.logInfo("Info statement")
LCQLog.logWarn("Warning statement")
LCQLog.logDebug("Debug statement")
LCQLog.logError("Error statement")

Last updated