Fix copyright lines
[folly.git] / folly / experimental / logging / LoggerDB.h
index a0038b3f3286d0d04e4b70bf5f762807c9bd8ccd..ac5a492136522215b6f2ada1b80b076a76056998 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004-present Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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.
    *