Constructor
class
new LoggingService(node)
Create a new instance.
Parameters:
| Name | Type | Description |
|---|---|---|
node |
Node | The node these services support. |
- Source:
Members
member
node
Get the node this service supports.
- Source:
Methods
function
isStarted() → {boolean}
Check if logging services are configured and accepting requests.
- Source:
Returns:
- True if services are active; false otherwise.
Type
boolean
function
start() → {undefined}
Configure logging services and begin processing client requests.
- Source:
Returns:
Type
undefined