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; }
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user