system-log
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • Phramework
    • Exceptions
    • SystemLog
      • Log

Classes

  • SystemLog

Namespace Phramework\SystemLog

Namespaces summary

Phramework\SystemLog\Log

Classes summary

SystemLog

SystemLog package, used to log requests and exceptions Defined settings:

  • object system-log
    • string log Log implentation class (full class path)
    • integer body_raw_limit [Optional] In bytes, default is 1000000
    • array matrix [Optional] Set log level for each Controller::method.
      Constants defined in this class with prefix LOG_ are used as flags to enable certain fields.
    • array matrix-exception [Optional] Set log level for each exception class.
      Constants defined in this class with prefix LOG_ are used as flags to enable certain fields.

See __construct method for an example

system-log API documentation generated by ApiGen