Added log_* statements
commit386af61915b0be708ed2cad2b5a140332b2e9d18
authorThomas Leonard <talex5@gmail.com>
Wed, 17 Sep 2008 15:01:42 +0000 (17 16:01 +0100)
committerThomas Leonard <talex5@gmail.com>
Wed, 17 Sep 2008 15:01:42 +0000 (17 16:01 +0100)
tree3e32ef934a4e0a7824e644fb80f33c8ba5617766
parentdf9096367f2108fa41bb30ef2c1ef2f98a4e36cf
Added log_* statements

Internally,

  log_warning("foo", ...)

becomes

  _externals.__logger.log(warning, "foo", ...)

Conflicts:

dmd/lexer.c
dmd/lexer.h
dmd/module.c
dmd/expression.c
dmd/expression.h
dmd/idgen.c
dmd/module.c
dmd/parse.c