logging: update initialization code to use the new LogConfig logic
[folly.git] / folly / experimental / logging / LoggerDB.h
index a0038b3f3286d0d04e4b70bf5f762807c9bd8ccd..8ad4aaea4ead090ffb4af06ee8a1501ad0ef201e 100644 (file)
@@ -111,18 +111,6 @@ class LoggerDB {
    */
   void resetConfig(const LogConfig& config);
 
-  /**
-   * Apply a configuration string specifying a series a log levels.
-   *
-   * The string format is a comma separated list of <name>=<level> sections.
-   * e.g.: "foo=DBG3,log.bar=WARN"
-   *
-   * Returns a list of error messages for each error encountered trying to
-   * parse the config string.  The return value will be an empty vector if no
-   * errors were encountered.
-   */
-  std::vector<std::string> processConfigString(folly::StringPiece config);
-
   /**
    * Remove all registered LogHandlers on all LogCategory objects.
    *