How many types of messages can you log in Codeigniter?
Last updated 6 years, 5 months ago | 2266 views 75 5
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. |