Package org.eclipse.lemminx.logs
Class LSPClientLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- org.eclipse.lemminx.logs.LSPClientLogHandler
-
-
Constructor Summary
Constructors Constructor Description LSPClientLogHandler(org.eclipse.lsp4j.services.LanguageClient languageClient)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanequals(Object o)voidflush()static StringformatRecord(LogRecord record, Locale locale)org.eclipse.lsp4j.services.LanguageClientgetLanguageClient()voidpublish(LogRecord record)-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Method Detail
-
getLanguageClient
public org.eclipse.lsp4j.services.LanguageClient getLanguageClient()
-
close
public void close() throws SecurityException- Specified by:
closein classHandler- Throws:
SecurityException
-
-