StrataFrame Forum

What Logging options are availble?

http://forum.strataframe.net/Topic5538.aspx

By Simon Pascoe - 1/2/2007

Hi,

I am currently investigating using Strataframe as our application framework here at work and I just need to cover all my bases. At the moment I am clear with all the provided functionality except for logging. Would you be able to describe what features are provided to allow for logging options within an application?

Thanks,

Simon

By StrataFrame Team - 1/3/2007

The application framework does not have the same functionality as, say, the logging application block of the Enterprise Library.  Our security module provides auditing, which is essentially the tracking of changes made to data, but SF does not provide logging functionality beyond the basic logging functionality provided by the .NET framework.  You could, however, use the logging block of the EL... we have several users using the UI application block.