package wcs-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
SDK for Watson Conversation Service
Install
dune-project
Dependency
Authors
Maintainers
Sources
2017-05-26.02.tar.gz
sha256=06659f9169fc177c4ea1cec7a7ed01ea61f63963579421021b865519355d4883
md5=37f31d43ba562352f2fe03692ba6cedf
doc/wcs-lib/Log/index.html
Module Log
Logging utilities.
Errors
Exception raise in case of error. It is associated with the module name and the error message.
val error_recovery : bool refSet if we should avoid to fail in case of error.
error module_name default msg raises Error. If a default value is provided and error_recovery is true, it returns the value instead of raising the exception Error. In this case, the error message is printed.
print_error module_name msg prints the error message msg prefixed with the module name module_name.
Warnings
val warning_message : bool refSet if we should display warnings.
warning module_name msg prints the warning message msg prefixed with the module name module_name.
Debug messages
val debug_message : bool refSet if we should display debug.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page