Does anyone have a macro for opening the Ilogic log?

Does anyone have a macro for opening the Ilogic log?

J_Pfeifer_
Advocate Advocate
236 Views
1 Reply
Message 1 of 2

Does anyone have a macro for opening the Ilogic log?

J_Pfeifer_
Advocate
Advocate

Not sure if we've got a bug going on within 2025, or my settings are somehow messed up. However, my ilogic log inside the view --> user interface --> drop down has disappeared three days in a row. I've tried to disable and reenable the addin itself. That seems to no longer be returning the log to that location. Outside of that one (random) spot, I have no idea how to open the log :(.

 

It would also be nice to have a shortcut for when I'm flying through logging items. 

0 Likes
Accepted solutions (1)
237 Views
1 Reply
Reply (1)
Message 2 of 2

Curtis_Waguespack
Consultant
Consultant
Accepted solution

Hi @J_Pfeifer_ 

 

You can use this in a Rule to open it

 

 

'show ilogic logger
ThisApplication.UserInterfaceManager.DockableWindows.Item("ilogic.logwindow").Visible = True

 

Note also, that you can find it in browser by clicking the + sign as shown

 

Curtis_Waguespack_0-1720707196528.png

 

 

EESignature