log
Table of Contents
Classes
- CoreLog
- $this->core->logs, $this->core->errors Class to manage Logs & Errors https://cloud.google.com/logging/docs/setup/php $logger->info('This will show up as log level INFO'); $logger->warning('This will show up as log level WARNING'); $logger->error('This will show up as log level ERROR');
- CFILog
- $this->core->cfiLog Class to Manage Datastore Logs and Bitacora Entries