lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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