Codeigniter | Types of error logging
There are three message types in Codeigniter:
| Error Messages | These are actual errors, such as PHP errors or user errors. |
| Debug Messages | These are messages that assist in debugging. For example, if a class has been initialized, you could log this as debugging info. |
| Informational Messages. | These are the lowest priority messages, simply giving information regarding some process. |