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

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

slacroixak

Guest
Hi Laura, just run the following scratch.p in bach mode this way from a proenv /* scratch.p */ MESSAGE "poney alert-box message" VIEW-AS ALERT-BOX. System.Console:WriteLine("poney Standard output WriteLine()"). System.Console:Error:WriteLine("poney Error output WriteLine()"). pro -b -p scratch.p or prowin32 -b -p scratch.p >stsout.log 2>errorout.log Now, to answer your first point, yes I believe we might need a new log-manager entry-type to handle the standard-output and the error-output so there would be a way to catch this type of info in an AppServer, for example

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