mirror of
https://github.com/opensim/opensim.git
synced 2026-05-22 00:19:03 +08:00
Refactor log4net logger handling in script engine. (#3148)
This commit is contained in:
@@ -98,11 +98,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
get { return "ScriptEngine.DotNetEngine"; }
|
||||
}
|
||||
|
||||
public ILog Log
|
||||
{
|
||||
get { return m_log; }
|
||||
}
|
||||
|
||||
public ScriptEngine()
|
||||
{
|
||||
// For logging, just need any instance, doesn't matter
|
||||
|
||||
Reference in New Issue
Block a user