Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

Is Infolog an alias to the class Info?

$
0
0

I am trying to understand how Infolog works within Dynamics AX. I understand that Info("Hello World!") will display the text in the infolog window. I am aware that info is a static method on the Global class and therefore the method can be called by simply calling the name without actually specifying Global::

While looking into the method info in class Global, I noticed that it invokes infolog.add. Right-clicking on add and selecting the option Lookup Definition takes me to the method add in the class Info. 

If the class in which the method add exists is named as Info, how is it being called from within Global::info() with the name Infolog? The only logical conclusion that I can arrive at is that Infolog is an alias for the class Info. If that is correct, where is this defined? I tried searching the AOT but found multiple references to the term Infolog but I couldn't find anything that would directly relate to an Application or System class.


Viewing all articles
Browse latest Browse all 73760

Trending Articles