public class LogsSettings extends Object
Constructor and Description |
---|
LogsSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Returns the file path of logs and null otherwise.
|
boolean |
isClient()
Returns
true if LSP client is enabled and false
otherwise. |
void |
setClient(boolean client) |
void |
setFile(String file) |
public String getFile()
public void setFile(String file)
public boolean isClient()
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.