API Documentation for: 1.0.1
Show:

trace Class

Namespace: global

Convenience function for giving debug trace statements.
This is a global function.

trace('Point reached in code!');

Constructor

trace

(
  • object
  • [level=Logger::GENERAL]
)

Parameters:

  • object Mixed

    The object to trace

  • [level=Logger::GENERAL] String optional

    The log level

Item Index