I want to log the stack trace from time to time in my application folder.
writing to the log the result of debug_backtrace() , will cause to:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11639862 bytes) in /var/www/trunk/api.subdomain.com/libraries/MY_Log.php on line 13
çünkü MVC yapısı, nasıl ben son 10 fonksiyonları çağrılar / yığını alabilirsiniz.
Teşekkürler