SIFWorks ADK 2.0
Log Property
NamespacesEdustructures.SifWorksAdkLog

[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.
Declaration Syntax
C#Visual BasicVisual C++
public static ILog Log{ get;}
Public Shared ReadOnly Property Log As ILog
public:
static property ILog^ Log {
	ILog^ get ();
}
Remarks
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

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10