Logger.xml 821 B

12345678910111213141516171819202122232425262728293031323334
  1. <glue>
  2. <head><![CDATA[// Copyright (C) 2009-2020, Panagiotis Christopoulos Charitos and contributors.
  3. // All rights reserved.
  4. // Code licensed under the BSD License.
  5. // http://www.anki3d.org/LICENSE
  6. // WARNING: This file is auto generated.
  7. #include <anki/script/LuaBinder.h>
  8. namespace anki {]]></head>
  9. <functions>
  10. <function name="logi">
  11. <overrideCall>ANKI_SCRIPT_LOGI(arg0);</overrideCall>
  12. <args>
  13. <arg>const char*</arg>
  14. </args>
  15. </function>
  16. <function name="loge">
  17. <overrideCall>ANKI_SCRIPT_LOGE(arg0);</overrideCall>
  18. <args>
  19. <arg>const char*</arg>
  20. </args>
  21. </function>
  22. <function name="logw">
  23. <overrideCall>ANKI_SCRIPT_LOGW(arg0);</overrideCall>
  24. <args>
  25. <arg>const char*</arg>
  26. </args>
  27. </function>
  28. </functions>
  29. <tail><![CDATA[} // end namespace anki]]></tail>
  30. </glue>