[erlang-questions] xUnit implementation for Erlang ?

Gunilla Arendt gunilla@REDACTED
Wed Apr 18 13:25:50 CEST 2007


After that recent discussion, the following change was made
(snip from Kernel release notes):

"When setting the kernel configuration parameter error_logger to false,
  the documentation stated that "No error logger handler is installed".
  This is true, but error logging is not turned off, as the initial,
  primitive error logger event handler is kept, printing raw event
  messages to tty.

  Changing this behavior can be viewed as a backward incompatible change.
  Instead a new value 'silent' for the configuration parameter has been
  added, which ensures that error logging is completely turned off."

Regards,
Gunilla, Erlang/OTP team

Dominic Williams wrote:
>>> When a process errors out, there is a message added to the
>>> console.  Is there a way to prevent that message from
>>> appearing ?
>> "The error logger is part of the Kernel application and it is
>> also possible to use the Kernel configuration parameter
>> error_logger to define if error information should be written
>> to terminal, file or not be written at all. See kernel(6)"
> 
> See mailing list archive for a recent discussion of details and
> pitfalls:
> 
> http://tinyurl.com/27b9tz
> http://tinyurl.com/26f4xh
> 
> Regards,
> 
> Dominic Williams
> http://www.dominicwilliams.net
> 




More information about the erlang-questions mailing list