log API | Python SDK | Teradata AppCenter - log API - Teradata AppCenter

Teradata® AppCenter Python SDK User Guide

Product
Teradata AppCenter
Release Number
1.10
Published
July 2020
Language
English (United States)
Last Update
2020-07-13
dita:mapPath
jfn1593439363205.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1119
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

The log API logs informational or error messages associated with an app. Messages are part of the app logs available from Develop in the AppCenter UI.

Python Code Examples

Message Type Example
Informational
Client.log(LogLevel.INFO, message)
Error
Client.log(LogLevel.ERROR, message)