Skip to main content

How to send logs?

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net

In Demo applications

  • Open demo application
  • Find and select Debug checkbox
  • Select other required settings and press the Start or Play button. After some time, press the Stop button
  • Pack files "My Documents\VisioForge" (except audio/video recordings) into a ZIP archive
  • Share it using Dropbox, Google Drive, etc.

In your application, using the main SDK class used in your code

  • Set Debug_Mode property to true (like MediaPlayer1.Debug_Mode = true)
  • Set Debug_Dir property to the existing path with write access to store log files (like MediaPlayer1.Debug_Dir = "logs_writeable_folder")
  • Configure required parameters
  • Call Start or Play method, depending on SDK
  • Pack files "My Documents\VisioForge" (except audio/video recordings) into a ZIP archive
  • Share it using Dropbox, Google Drive, etc.

Visit our GitHub page to get more code samples.