Ok I've tried searching all over but can't seem to get just a simple straight forward answer.
I want to just write log messages (info, error, etc.) to the kohana log file (/application/logs/YYYY/MM/DD.php).
How do I do it?
|
feedback
|
|
Try the log class Call it like this:
For the first parameter (level) use one of the 9 constants defined in the log class | |||||
feedback
|
|
Shuadoc you shouldn't touch system files (all those under system folder). Change the value in bootstrap.php instead as stated by Ygam Otherwise, when updates come you'll be in trouble. | |||
|
feedback
|
|
I cannot comment, but would like to add that you do not need Log::instance()->write() if you set $write_on_add to true in system/classes/kohana/log.php | |||
|
feedback
|