How many types of messages can you log in Codeigniter?

Last updated 4 years, 9 months ago | 1287 views 75     5

Tags:- CodeIgniter

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.