The need for logging in Ax for me came from the .Net world of using Debug.Writeline , and then looking up the debug values from sysInternals dbgview . However, to make a very quick and just basic configurable logging, i went to write the logs into a file. This is a quick and dirty way to add logging capabilities into Dynamics ax. The project can be found at Codeplex: http://axug.codeplex.com/SourceControl/changeset/view/82084#1932052 To go on with the current logging, following is the code signature...(read more)
↧