Improved Javadoc slightly

This commit is contained in:
delvh 2019-12-20 11:31:12 +01:00
parent 3652a5bc97
commit 3a3d6fe649

View File

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