-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit Log Platform
Gwendal Daniel edited this page Feb 24, 2020
·
4 revisions
Print log messages from your Xatkit execution model.
The log platform does not define any provider.
Action | Parameters | Return | Return Type | Description |
---|---|---|---|---|
LogInfo | - message (String): the message to log with the Info level |
null |
null |
Logs the provided message with the Info level |
LogWarning | - message (String): the message to log with the Warn level |
null |
null |
Logs the provided message with the Warn level |
LogError | - message (String): the message to log with the Error level |
null |
null |
Logs the provided message with the Error level |
The log platform does not support any configuration option.
- Getting Started
- Configuring your bot
- Integrating an Intent Recognition Provider
- Adding a bot to your website
- Deploying on Slack
- Basic concepts
- Intents and Entities
- States, Transitions, and Context
- Default and Local Fallbacks
- Core Library