iammerrick / Kohana-Log-Email

A log writer that will email you important logs.
7 stars 3 forks source link

userguide improvement #2

Closed bumperbox closed 13 years ago

bumperbox commented 13 years ago

A simple thing, you might want to add a small note to the userguide to say, put this line after the modules section of the bootstrap, otherwise it will get called before it is included.

Kohana::$log->attach(new Log_Email, Log::ERROR);

iammerrick commented 13 years ago

Added. Thank you!