Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Kanban workshop
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Low Code Apps – logging (best practice)

Solved1.01K views5th July 2023logging low code apps
0
Jens Vandewalle [SLC] [DevOps Enabler]9.50K 12th June 2023 0 Comments

Hi Dojo,

I’m building some Low Code Apps and need a way to log information for debugging purposes, providing additional information, etc.

Not sure if there already something that I can reuse? If not, I’m eager to build something myself, but I’m looking for some best practices input since I can think of a few approaches to make this available:

  • store logging in logger tables (make use of aliases for each application)
  • store the data in separate files (like done for the SRM framework)
  • make the data for each application individually available in DOM
  • create 1 DOM module for logging purposes
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th July 2023

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Sebastiaan Dumoulein [SLC] [DevOps Enabler]12.83K Posted 5th July 2023 0 Comments

Hey Jens,

The best approach really depends on what exactly you want to log. However, in most cases, I personally recommend using logger tables. This helps avoid problems related to files and synchronization. Although using DOM is an option, I think it may be excessive if you’re only interested in basic logging.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th July 2023
1
Michiel Vanthuyne [SLC] [DevOps Enabler]4.17K Posted 12th June 2023 1 Comment

Hi Jens, this is not full logging, but it can help for debugging custom GQI connectors.

If you try/catch the errors in your code, you can throw a “GenIfException”. This will then be visualized in the app visualization, e.g. a table. It’s not very clean to use this in production code as the errors will be visible to the user, but it can help while debugging.

try
{
//some code to retrieve or process data goes here
}
catch (Exception e)
{
throw new GenIfException($”failed to fetch/process data from source: {e}”);
}

Jens Vandewalle [SLC] [DevOps Enabler] Posted new comment 13th June 2023
Jens Vandewalle [SLC] [DevOps Enabler] commented 13th June 2023

Hi Michiel, I’m more looking for a way to store this error logging so that someone can have a look later. I can always show it by using an IAS, but if the user forgets to make a capture of it the logging is lost.

0
Emmanuel Dal [SLC] [DevOps Member]4.63K Posted 12th June 2023 0 Comments

Jens,

What is done in SRM has few drawbacks, due to the fact that it requires a shared folder accessible from all DMAs of a cluster.

There is also a LogHelper API available (RN26434) ; however there is no UI to visualize log records. You could of course implement an ad-hoc data source to retrieve them.

Emmanuel Dal [SLC] [DevOps Member] Answered question 12th June 2023
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs