mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Refactor log4net logger handling in script engine. (#3148)
This commit is contained in:
@@ -48,7 +48,6 @@ namespace OpenSim.ScriptEngine.Shared
|
||||
public Dictionary<string, IScriptCompiler> Compilers;
|
||||
public Dictionary<string, IScriptScheduler> Schedulers;
|
||||
public Dictionary<string, IScriptCommandProvider> CommandProviders;
|
||||
public ILog Logger;
|
||||
|
||||
public void Executors_Execute(EventParams p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user