LOGGER (JCORE) CLASS
LOGGER CLASS this can be instantiated @ the global level or applied as a class property (unless caching the parent object) The constructor argument $settings is an array, this is assumed to be returned from $GLOBALS['CONFIG_MANAGER']->getSetting($LOAD_ID="JCORE", $SECTION_NAME="FOUNDATION", $SETTING_NAME = "SETTING_1");
if no settings are supplied the logger will default to FILE logging in the ("[logName]-[date].log")
- all the member of the log are private
trace() is for application trace/log (FILE/SYSLOG) log() is for BI logging (UDP/DATABASE)
LOGGER | Class LOGGER |