public class LogsSettings extends Object
Constructor and Description |
---|
LogsSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
getClient()
Returns
true if LSP client is enabled and false
otherwise. |
String |
getFile()
Returns the file path of logs and null otherwise.
|
void |
setClient(boolean client) |
void |
setFile(String file) |
public String getFile()
public void setFile(String file)
public boolean getClient()
true
if LSP client is enabled and false
otherwise.true
if LSP client is enabled and false
otherwise.public void setClient(boolean client)
Copyright © 2020. All rights reserved.