[Progress Communities] [Progress OpenEdge ABL] Forum Post: Is there a LOG-ENTRY-TYPE to make an AppServer agent redirect .Net System.Console:WriteLine

  • Thread starter Thread starter slacroixak
  • Start date Start date
Status
Not open for further replies.
S

slacroixak

Guest
So far, it seems a batch ABL client session (prowin32 -b or _progres -b) can use System.Console:WriteLine("bla") and System.Console:Error:WriteLine("dibla"). to output stuff to the standard output and the error output. On the other hand, an AppServer agent does not seem to let it output to its log. I have tried it with these logentrytypes types: ASPlumbing:2,DB.Connects:2,IgnoredOps:4,4GLTrace:4,ProEvents.Other:4,ProEvents.UI.Char:4,ProEvents.UI.Command:4 Would I miss a known or undocumented one? We appreciate the ability to do a lot of things with .Net stuff invoked directly from the ABL. I would be cool to let the native ABL LOG-MANAGER let standard output and standard error output messages end up to its log with a new entry-type. Wouldn't you agree?

Continue reading...
 
Status
Not open for further replies.
Back
Top