Imagine the following JavaScript:
const logger = Backendless.Logging.getLogger('API_ADMIN');
logger.info(`Process started ...`);
Assume the log level is set to WARN
. Does loger.info()
counts as one API call?
Does Backendless.Logging.getLogger()
counts as one API call in general?
Regards,