bslog.config.xml file catnames

Hello all,

I would like to know which values ​​can be entered in "catname" <category name = "catname"> of the bslog.config.xml file, to view the logs linked to the microstation communications with the dgn diretory.

Parents
  • Hi Alejandro Villar,

     

    Can you provide a little more information on what Task/Workflow/Results you are trying to achieve so we can provide the best recommendations?

     

    Although your question is certainly an interesting one, it's primarily one for our software developers to troubleshoot with users often for uncommon conditions/circumstances vs. ProjectWise Client-Server logging where enabling logging categories and levels is often necessary and used heavily for troubleshooting.

     

    One case where enabling MicroStation's BSI Logging (See: MS_BSILOG_ENABLE and MS_BSILOG_CONFIG_FILE) would be for the database subsystem as described in this post: Session Debug and Logging Database Commands.

     

    If there is a need to "brute force" interrogate MicroStation for available Log4Cxx Category Name entries, this is likely the best/only (though most likely incomplete) method you can try:

    1. Open CMD.exe
    2. Change to the MicroStation root folder
    3. Type: findstr -snipc:"category name=" *

    HTH,

    Bob



Reply
  • Hi Alejandro Villar,

     

    Can you provide a little more information on what Task/Workflow/Results you are trying to achieve so we can provide the best recommendations?

     

    Although your question is certainly an interesting one, it's primarily one for our software developers to troubleshoot with users often for uncommon conditions/circumstances vs. ProjectWise Client-Server logging where enabling logging categories and levels is often necessary and used heavily for troubleshooting.

     

    One case where enabling MicroStation's BSI Logging (See: MS_BSILOG_ENABLE and MS_BSILOG_CONFIG_FILE) would be for the database subsystem as described in this post: Session Debug and Logging Database Commands.

     

    If there is a need to "brute force" interrogate MicroStation for available Log4Cxx Category Name entries, this is likely the best/only (though most likely incomplete) method you can try:

    1. Open CMD.exe
    2. Change to the MicroStation root folder
    3. Type: findstr -snipc:"category name=" *

    HTH,

    Bob



Children
No Data