PageRenderTime 47ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/system/classes/Log.php

https://bitbucket.org/alexpozdnyakov/kohana
PHP | 3 lines | 2 code | 1 blank | 0 comment | 0 complexity | 94dc0e9676ac5a571f61a30dcbe7eabe MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <?php defined('SYSPATH') OR die('No direct script access.');
  2. class Log extends Kohana_Log {}