You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO (Tester2)LogFormattingTest2.tester: Creating Dummy module.
INFO (Tester2)LogFormattingTest2.tester: Message from the Dummy constructor.
Initializing module LogFormattingTest2.tester.dummy, stage 0
INFO (Dummy)LogFormattingTest2.tester.dummy: Message from the Dummy initialize.
INFO (Tester2)LogFormattingTest2.tester: Dummy module created.
The problem is that the last line is not delineated from the banner of the submodule initialization, but it now again belongs to the Event #3 block.
The text was updated successfully, but these errors were encountered:
Platform
See for example this piece of code:
Results in this in the log inspector:
Expand for the text of the screenshot
The problem is that the last line is not delineated from the banner of the submodule initialization, but it now again belongs to the
Event #3
block.The text was updated successfully, but these errors were encountered: