[This is preliminary documentation and is subject to change.]
Returns the root logging framework Category for the Adk.
Agents that wish to customize Adk logging may call this method to
obtain the root logging framework Category.
| C# | Visual Basic | Visual C++ |
public static ILog Log{ get;}
Public Shared ReadOnly Property Log As ILog
public: static property ILog^ Log { ILog^ get (); }
The Adk uses the log4net framework for logging. If your application
uses log4net and you would like to set up your own appenders rather than using
the rudimentary file or console appender used by the Adk, then initialize log4net
before calling Adk.Initialize(). If you wish to specify a custom log4net settings
for the ADK, the ADK's Logger is named "ADK". Also note that Adk Debug logging is
controlled by the Adk.Debug property, which should be set with the appropriate
AdkDebugFlags