-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit Log Platform
Gwendal Daniel edited this page Aug 19, 2019
·
4 revisions
Print log messages from your Xatkit execution model. This platform is bundled with the Xatkit release.
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 |
- 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