nicko 2005/05/12 00:04:57 Modified: doc/release faq.html framework-support.html xdocs/src/release faq.xml framework-support.xml Log: Updated doc references to log4net.helpers namspace to log4net.Util Revision Changes Path 1.7 +1 -1 logging-log4net/doc/release/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/logging-log4net/doc/release/faq.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- faq.html 2 May 2005 21:34:37 -0000 1.6 +++ faq.html 12 May 2005 07:04:57 -0000 1.7 @@ -900,7 +900,7 @@ <li> <p> To enable log4net's internal debug programmatically you need - to set the <span class="code">log4net.helpers.LogLog.InternalDebugging</span> + to set the <span class="code">log4net.Util.LogLog.InternalDebugging</span> property to <span class="code">true</span>. Obviously the sooner this is set the more debug will be produced. </p> 1.7 +1 -1 logging-log4net/doc/release/framework-support.html Index: framework-support.html =================================================================== RCS file: /home/cvs/logging-log4net/doc/release/framework-support.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- framework-support.html 2 May 2005 21:34:37 -0000 1.6 +++ framework-support.html 12 May 2005 07:04:57 -0000 1.7 @@ -418,7 +418,7 @@ public static void Main() { // Uncomment the next line to enable log4net internal debugging - // log4net.helpers.LogLog.InternalDebugging = true; + // log4net.Util.LogLog.InternalDebugging = true; // This will instruct log4net to look for a configuration file // called config.log4net in the root directory of the device 1.6 +1 -1 logging-log4net/xdocs/src/release/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/logging-log4net/xdocs/src/release/faq.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- faq.xml 2 May 2005 21:30:22 -0000 1.5 +++ faq.xml 12 May 2005 07:04:57 -0000 1.6 @@ -737,7 +737,7 @@ <li>
<p> To enable log4net's internal debug programmatically you need - to set the <span class="code">log4net.helpers.LogLog.InternalDebugging</span> + to set the <span class="code">log4net.Util.LogLog.InternalDebugging</span> property to <span class="code">true</span>. Obviously the sooner this is set the more debug will be produced. </p> 1.7 +1 -1 logging-log4net/xdocs/src/release/framework-support.xml Index: framework-support.xml =================================================================== RCS file: /home/cvs/logging-log4net/xdocs/src/release/framework-support.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- framework-support.xml 2 May 2005 20:57:50 -0000 1.6 +++ framework-support.xml 12 May 2005 07:04:57 -0000 1.7 @@ -348,7 +348,7 @@ public static void Main() { // Uncomment the next line to enable log4net internal debugging - // log4net.helpers.LogLog.InternalDebugging = true; + // log4net.Util.LogLog.InternalDebugging = true; // This will instruct log4net to look for a configuration file // called config.log4net in the root directory of the device