Configuration is accomplished by modifying the appsettings.json file that comes with the InEngine.NET binary distribution.
The -c, --configuration argument can also be used to specify an alternate configuration file.
Any exceptions thrown by a command will be logged, provided NLog is configured to log exceptions.
The NLog configuration file needs to be setup with something like this:
InEngine.Core does not depend explicitly on NLog, but rather Common.Logging.
This means that any logging framework that Common.Logging supports can be used.
Configuring Common.Logging to use a different logging framework is out of the scope of this documentation.