Heloo Dears
How i can to save all Error From IDE to ir.logging object through user interface in odoo 11 or any method
To do this , i need to save my application errors to logging records , create automatically  records and save this Error with file  ?
Please help me , Thanks a lot.
Mahmoud. 
 
                        
You can use try - except, in except you could store your error anywhere.
Thank you very much