Improved Javadoc slightly

This commit is contained in:
delvh 2019-12-20 11:31:12 +01:00
parent 7e02217002
commit 04618569a4
1 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@ public class EnvoyLogger extends Logger {
public Level getFileLevelBarrier() { return fileLevelBarrier; }
/**
* @param fileLevelBarrier the severity below which logRecords will be written
* only to the console. At or above they'll also be
* logged in a file. Can be written either in Digits
* @param fileLevelBarrier the severity below which {@link LogRecord}s will be
* written only to the console. At or above they'll also
* be logged in a file. Can be written either in Digits
* from 0 - 1000 or with the according name of the level
* @since Envoy v0.2-alpha
*/