error logging with tty?
Serge Aleynikov
serge@REDACTED
Wed Feb 8 15:10:17 CET 2006
Here's an extract from the kernel application documentation regarding
possible options:
error_logger = Value
Value is one of:
tty
All standard error reports are written to stdio. This is the
default option.
{file, FileName}
All standard error reports are written to the file FileName,
where FileName is a string.
false
No error logger handler is installed.
bryan rasmussen wrote:
> Hi, I was just wondering, the documentation on the error logger says:
>
> " The events are, by default, logged to tty"
> what are the non-defaults?
> Is it at all possible to write error output to file. Is it possible to
> query a past error, as one would assume with normal concepts of
> logging?
>
> Cheers,
> Bryan Rasmussen
>
More information about the erlang-questions
mailing list