Lib: g_logger - levantocode/otcv8reference-materials GitHub Wiki

Lib g_logger Functions

Summary

  1. Logging
  2. Misc

Logging

g_logger.log(logType, msg)

g_logger.info(msg)

g_logger.warning(msg)

g_logger.error(msg)

g_logger.fatal(MSG)


Misc

g_logger.setOnLog(onLog)

g_logger.getLastLog()

g_logger.fireOldMessages()