[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE WebSpeed compatibility handler - how to turn off 'Method <X> is not supported by

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The logging feature will be (the doc is in our backlog). The feature is based more-or-less on slf4j ( SLF4J ) , which is where the level-based logging comes from. Currently it’s a “if the logger’s level is >= the log message level then print” algorithm. The logger uses an interface called ILogWriter and the builders that produce such a beast are extensible enough so that you could add your own “if log message level = one of the logger’s levels” approach too. But that’s obvs contingent on doc. > Do you think the 'error' in this case isn't really better classified as a 'warning'? I do, kinda. But that’d require a change in the OpenEdge.Web.CompatibilityHandler to make it log a message and not throw and exception. It would also allow you to configure a logger for just that handler and have that hide all the to-you-useless messages. Please log a bug for the above.

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