diff --git a/log4javascript/log4javascript.d.ts b/log4javascript/log4javascript.d.ts index 1064dc6a5a..0a4026c85d 100644 --- a/log4javascript/log4javascript.d.ts +++ b/log4javascript/log4javascript.d.ts @@ -293,7 +293,7 @@ declare module log4javascript { /** * Sets the appender's threshold. Log messages of level less severe than this threshold will not be logged. */ - setThreshold(level: Level) + setThreshold(level: Level): void; /** * Returns the appender's threshold.