public class LogHelper extends Object
Constructor and Description |
---|
LogHelper() |
Modifier and Type | Method and Description |
---|---|
static LSPClientLogHandler |
getClientHandler(org.eclipse.lsp4j.services.LanguageClient languageClient) |
static FileHandler |
getFileHandler(String filePath) |
static void |
initializeRootLogger(org.eclipse.lsp4j.services.LanguageClient newLanguageClient,
LogsSettings settings) |
static void |
unregisterAllHandlers(Handler[] handlers) |
static void |
unregisterHandler(Handler handler) |
public static void initializeRootLogger(org.eclipse.lsp4j.services.LanguageClient newLanguageClient, LogsSettings settings)
public static LSPClientLogHandler getClientHandler(org.eclipse.lsp4j.services.LanguageClient languageClient)
public static FileHandler getFileHandler(String filePath) throws SecurityException, IOException
SecurityException
IOException
public static void unregisterHandler(Handler handler)
public static void unregisterAllHandlers(Handler[] handlers)
Copyright © 2022. All rights reserved.