shgysk8zer0 / core_api

The foundation of Core. Only traits, interfaces, & abstracts
GNU General Public License v3.0
0 stars 1 forks source link

Feature/2 #3

Closed shgysk8zer0 closed 9 years ago

shgysk8zer0 commented 9 years ago

Resolves issue #2

Includes Abstracts, Traits, & Interfaces.

Can create an error logger class simply by extending Abstracts\Error_Logger, providing a log method (defalt implementation in Traits\Default_Log_Method), and creating a __construct & reportError methods.

All extending, implementing, and using is already implmented.