Open gravitydevelopment opened 9 years ago
1- All log messages in every classes should be standardize as below format: (class name in all capital letter)::(method name in all capital letter)::(log type):(log description)
Example: "FUNCTION::ZIP:: Successfully zipping folder"
2- All exception messages in every classes should be standardize as below format: EXCEPTION::(method name in all capital letter)::+(exception message)
Example: "EXCEPTION::ZIP::" + ex"
Can you advise on the log type?
Should have them in the example too
Below is the list of log type:
The example are as per below:
1- All log messages in every classes should be standardize as below format: (class name in all capital letter)::(method name in all capital letter)::(log type):(log description)
Example: "FUNCTION::ZIP:: Successfully zipping folder"
2- All exception messages in every classes should be standardize as below format: EXCEPTION::(method name in all capital letter)::+(exception message)
Example: "EXCEPTION::ZIP::" + ex"