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