MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | void log_error(string file, string err) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Announce a compiler-time error in the named file. Whenever the | ||||
6 | LPC compiler detects an error, this function is called. It | ||||
7 | should at least log the error in a file, and also announce it | ||||
8 | to the active user. | ||||
9 | |||||
10 | SEE ALSO | ||||
11 | runtime_error(M) |