Advertisement
Guest User

Untitled

a guest
May 5th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2.  
  3. require 'KayitTutucu.php';
  4. KayitTutucu::debug("a.txt","Hata ayiklaniyor");
  5. KayitTutucu::tehlikeli("a.txt","Tehlikeli bir durum olustu");
  6. KayitTutucu::bilgi("a.txt","Enteresan bir durum olustu");
  7. KayitTutucu::hata("a.txt","Bir hata meydana geldi");
  8. KayitTutucu::uyari("a.txt","Bir uyari meydana geldi");
  9. KayitTutucu::bulunamadi("a.txt","Bu dosya bulunamadi");
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement