Some tweaks to log outpur redirection for vscode

This commit is contained in:
Kris De Volder
2017-11-22 14:37:33 -08:00
parent 1b6aacaa81
commit c5df8812fa
3 changed files with 16 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ import org.slf4j.LoggerFactory;
/**
* This class is here to make porting old STS code easier. Instead of using this,
* consider using {@link java.util.logging.Logger} directly
* consider using {@link org.slf4j.Logger} directly
*/
public class Log {