aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/logger/Logger.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/logger/Logger.scala')
-rw-r--r--src/main/scala/logger/Logger.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/logger/Logger.scala b/src/main/scala/logger/Logger.scala
index 806083d1..4b9038ed 100644
--- a/src/main/scala/logger/Logger.scala
+++ b/src/main/scala/logger/Logger.scala
@@ -319,7 +319,7 @@ object Logger {
/**
* Adds a list of of className, loglevel tuples to the global (dynamicVar)
- * See [[testPackageNameMatch]] for a description of how class name matching works
+ * See testPackageNameMatch for a description of how class name matching works
* @param namesToLevel a list of tuples (class name, log level)
*/
def setClassLogLevels(namesToLevel: Map[String, LogLevel.Value]): Unit = {