Improved Javadoc slightly
This commit is contained in:
parent
7e02217002
commit
04618569a4
@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user