From 5fae41183ed476976ff29a4c247aa78b00b83a9e Mon Sep 17 00:00:00 2001 From: "Peter J. Shin" Date: Wed, 24 Feb 2016 11:15:26 -0800 Subject: [PATCH] Updating comments for loggerAdapter. --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 2b3fda11..0c0fff6d 100644 --- a/src/index.js +++ b/src/index.js @@ -47,6 +47,8 @@ addParseCloud(); // update, and delete // "filesAdapter": a class like GridStoreAdapter providing create, get, // and delete +// "loggerAdapter": a class like FileLoggerAdapter providing info, error, +// and query // "databaseURI": a uri like mongodb://localhost:27017/dbname to tell us // what database this Parse API connects to. // "cloud": relative location to cloud code to require, or a function