Overview

Namespaces

  • PHP
  • Thelia
    • Action
    • Controller
    • Core
      • Bundle
      • Event
      • EventListener
      • Template
    • Exception
    • Log
      • Destination
    • Model
      • map
      • om
    • Routing
      • Matcher
    • Tools

Classes

  • AbstractTlogDestination
  • Tlog
  • TlogDestinationConfig

Interfaces

  • TlogInterface
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: namespace Thelia\Log;
 4: 
 5: Interface TlogInterface
 6: {
 7: 
 8:     public function trace();
 9:     public function debug();
10:     public function info();
11:     public function warning();
12:     public function error();
13:     public function fatal();
14: 
15: }
16: 
thelia API documentation generated by ApiGen 2.8.0