Implement .ini file includes. Anything that begins with "Include-" will be

treated as another ini source to load.
For example:
Include-Asset = AssetSetup.ini
will load AssetSetup.ini after all other ini files are done.
This works recursively, too
This commit is contained in:
Melanie Thielker
2009-05-21 23:06:10 +00:00
parent a85f496f4d
commit e5f3337c3f
4 changed files with 149 additions and 96 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenSim.Framework.Console
}
else
{
System.Console.WriteLine(loggingMessage);
System.Console.Write(loggingMessage);
}
}
catch (Exception e)