Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class Util_Loga extends Log
  2. {
  3. public static function initialize()
  4. {
  5. // load the file config
  6. Config::load('file', true);
  7. Config::set('log_path', '/var/log/test'.DS);
  8. parent::initialize();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement