• [CONNECT C++] MS_INITAPPS and log4net

    I've developed an example InitApp for the CONNECT era, currently Update 15. I have a working InitApp but it displays a message about log4net . Here's a screenshot of the message, also showing a trace of the InitApp command-line arguments... My guess…
  • [C# MicroStation CONNECT update 15] Does MicroStation API's provide logging capabilities?

    What is the suggested way for logging an MDL app that is loaded with no MicroStation UI through MS_INITAPPS? I tried the basic Console.WriteLine but nothing ever gets printed on the Windows cmd window. I have some System.Console.WriteLine( ) within the…