Skip to content

Commit

Permalink
Swig bump cause the openstudio.Logger_instance() to be gone. `openstu…
Browse files Browse the repository at this point in the history
…dio.Logger.instance()` is what I should have used to begin with.
  • Loading branch information
jmarrec committed May 16, 2023
1 parent dc7573f commit c1c78c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/test/logger_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
handler.setFormatter(formatter)
logger.addHandler(handler)

openstudio.Logger_instance().standardOutLogger().setLogLevel(openstudio.Error)
openstudio.Logger.instance().standardOutLogger().setLogLevel(openstudio.Error)

logger.info("STDOUT Info")
logger.warning("STDOUT Warn")
Expand Down

0 comments on commit c1c78c3

Please sign in to comment.