Unit test and logging framework for Lua scripting

Everything about development and the OpenMW source code.
Post Reply
lono456
Posts: 4
Joined: 14 Oct 2023, 12:43

Unit test and logging framework for Lua scripting

Post by lono456 »

MWSE have built-in support for testing and logging. Are there equivalent frameworks for openmw?
User avatar
AnyOldName3
Posts: 2678
Joined: 26 Nov 2015, 03:25

Re: Unit test and logging framework for Lua scripting

Post by AnyOldName3 »

You can definitely send stuff to the main openmw.log with Lua's regular print function. Hopefully, someone else can come along and give a more detailed answer covering the rest of your question.
Post Reply