PageRenderTime 50ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/Candy/Core/Logger.php

https://bitbucket.org/Mckomo/candy
PHP | 18 lines | 8 code | 8 blank | 2 comment | 0 complexity | f117494ddaeccea03d9a396c661df828 MD5 | raw file
  1. <?php
  2. Class Logger {
  3. // Stack of Logs
  4. static private $stack;
  5. // Log file
  6. static private $file;
  7. public function __construct() {
  8. }
  9. }
  10. ?>