The $this->Application->log
method can be used to log various types of information to SystemLog
table for later analysis. That method returns the kLogger
class instance, which has methods fo:
As a result the IDE auto-complete on log record is kind of messy, since it allows you to do what isn't really affecting the log record that is about to be created.
I'm proposing to:
kLogRecord
class and return it's instance. This way all kLogger
class helper methods won't stand in a way.Tasks, associated with this discussion.