From 6ed5283bc06a62f38eb517e67b975832b603bf61 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 5 Feb 2008 19:44:27 +0000 Subject: Converted logging to use log4net. Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. --- bin/OpenSim.32BitLaunch.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.Grid.AssetServer.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.Grid.GridServer.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.Grid.InventoryServer.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.Grid.MessagingServer.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.Grid.ScriptServer.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.Grid.UserServer.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSim.exe.config | 28 ++++++++++++++++++++++++++++ bin/OpenSimExport.exe.config | 28 ++++++++++++++++++++++++++++ bin/SimpleApp.exe.config | 28 ++++++++++++++++++++++++++++ 10 files changed, 280 insertions(+) create mode 100644 bin/OpenSim.32BitLaunch.exe.config create mode 100644 bin/OpenSim.Grid.AssetServer.exe.config create mode 100644 bin/OpenSim.Grid.GridServer.exe.config create mode 100644 bin/OpenSim.Grid.InventoryServer.exe.config create mode 100644 bin/OpenSim.Grid.MessagingServer.exe.config create mode 100644 bin/OpenSim.Grid.ScriptServer.exe.config create mode 100644 bin/OpenSim.Grid.UserServer.exe.config create mode 100644 bin/OpenSim.exe.config create mode 100644 bin/OpenSimExport.exe.config create mode 100644 bin/SimpleApp.exe.config (limited to 'bin') diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config new file mode 100644 index 0000000..ebe552b --- /dev/null +++ b/bin/OpenSim.32BitLaunch.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Grid.AssetServer.exe.config b/bin/OpenSim.Grid.AssetServer.exe.config new file mode 100644 index 0000000..21bd6a0 --- /dev/null +++ b/bin/OpenSim.Grid.AssetServer.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Grid.GridServer.exe.config b/bin/OpenSim.Grid.GridServer.exe.config new file mode 100644 index 0000000..170db91 --- /dev/null +++ b/bin/OpenSim.Grid.GridServer.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Grid.InventoryServer.exe.config b/bin/OpenSim.Grid.InventoryServer.exe.config new file mode 100644 index 0000000..a8e75b1 --- /dev/null +++ b/bin/OpenSim.Grid.InventoryServer.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Grid.MessagingServer.exe.config b/bin/OpenSim.Grid.MessagingServer.exe.config new file mode 100644 index 0000000..2e240e0 --- /dev/null +++ b/bin/OpenSim.Grid.MessagingServer.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Grid.ScriptServer.exe.config b/bin/OpenSim.Grid.ScriptServer.exe.config new file mode 100644 index 0000000..5e58f58 --- /dev/null +++ b/bin/OpenSim.Grid.ScriptServer.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Grid.UserServer.exe.config b/bin/OpenSim.Grid.UserServer.exe.config new file mode 100644 index 0000000..63f62ba --- /dev/null +++ b/bin/OpenSim.Grid.UserServer.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config new file mode 100644 index 0000000..9d2aaed --- /dev/null +++ b/bin/OpenSim.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSimExport.exe.config b/bin/OpenSimExport.exe.config new file mode 100644 index 0000000..fce85b2 --- /dev/null +++ b/bin/OpenSimExport.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/SimpleApp.exe.config b/bin/SimpleApp.exe.config new file mode 100644 index 0000000..3156c73 --- /dev/null +++ b/bin/SimpleApp.exe.config @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1