User:Darryl Anderson

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by Ebybymic (Talk); changed back to last version by Darryl Anderson)
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
It is a simple but easily extensible logging framework that allows information to be logged to any destination.  The framework will come with loggers that allow logging to such destinations as the Windows event log, plain text files, XML files and the console.  It also allows events to be logged, to be filtered and to customise how entries will be formatted.  Multiple logs can also be managed through a single logger.
 
It is a simple but easily extensible logging framework that allows information to be logged to any destination.  The framework will come with loggers that allow logging to such destinations as the Windows event log, plain text files, XML files and the console.  It also allows events to be logged, to be filtered and to customise how entries will be formatted.  Multiple logs can also be managed through a single logger.
  
[[DMA Design Project|My Design Project]]
+
[[DMA Design Project |My Design Project]]
 +
 
 +
[[DMA Design Project - Source Code |My Design Project - Source Code]]
 +
 
 +
[[DMA Design Project - first submission|My Design Project - first submission]]
 +
 
 +
[[DMA Design Project first draft|My Design Project - first draft version]]

Latest revision as of 03:10, 25 November 2010

Hi,

My name is Darryl Anderson and this is my assignment project page for Cosc 427 for 2010.

My project is a logging framework for .Net written in .Net 4.0, taking advantage of some of the new features such as inbuilt support for code contracts.

It is a simple but easily extensible logging framework that allows information to be logged to any destination. The framework will come with loggers that allow logging to such destinations as the Windows event log, plain text files, XML files and the console. It also allows events to be logged, to be filtered and to customise how entries will be formatted. Multiple logs can also be managed through a single logger.

My Design Project

My Design Project - Source Code

My Design Project - first submission

My Design Project - first draft version

Personal tools