_ALERT gone in 5.0?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: _ALERT gone in 5.0?
- From: <phil@...>
- Date: 2002年12月24日 06:19:43 -0000
I've been porting over my software to the 5.0 beta. So far I like what I've
seen. However, I need to know more about where error messages and such are
sent by Lua. 4.0 had _ALERT, which I redirected to my own C function, such
that Lua error messages would be sent to my log system. The 5.0 reference
manual says nothing about _ALERT, and doesn't seem to offer an alternative. Is
there something I've missed?
Thanks, Philip Bock