mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
updated javadoc
Former-commit-id: 591bec1e2d5a2945a9cca5bf02cd1cea1bd8a38c
This commit is contained in:
@@ -41,7 +41,7 @@ import java.util.logging.Logger;
|
|||||||
public class VelocityLoggerRedirect implements LogChute {
|
public class VelocityLoggerRedirect implements LogChute {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This will be invoked once by the LogManager
|
* This will be invoked once by the LogManager.
|
||||||
* @param rsvc the RuntimeServices
|
* @param rsvc the RuntimeServices
|
||||||
*/
|
*/
|
||||||
public void init(RuntimeServices rsvc) {
|
public void init(RuntimeServices rsvc) {
|
||||||
@@ -72,6 +72,7 @@ public class VelocityLoggerRedirect implements LogChute {
|
|||||||
/**
|
/**
|
||||||
* Will always return true. The property file will decide what level to log.
|
* Will always return true. The property file will decide what level to log.
|
||||||
* @param level the logging level
|
* @param level the logging level
|
||||||
|
* @return true
|
||||||
*/
|
*/
|
||||||
public boolean isLevelEnabled(int level) {
|
public boolean isLevelEnabled(int level) {
|
||||||
return true;
|
return true;
|
||||||
@@ -80,6 +81,7 @@ public class VelocityLoggerRedirect implements LogChute {
|
|||||||
/**
|
/**
|
||||||
* Maps Velocity log levels to {@link Logger} values.
|
* Maps Velocity log levels to {@link Logger} values.
|
||||||
* @param velocityLevel the logging level
|
* @param velocityLevel the logging level
|
||||||
|
* @return the logging level
|
||||||
*/
|
*/
|
||||||
private Level getLevel(int velocityLevel) {
|
private Level getLevel(int velocityLevel) {
|
||||||
switch (velocityLevel) {
|
switch (velocityLevel) {
|
||||||
|
|||||||
Reference in New Issue
Block a user