Log.cs File Reference

Classes

class  Dom.Log
 This class handles logging messages. When a message occurs, it fires an event so a specific application can handle them how it wishes. All logging can also be disabled with Dom.Log.Active. More...
 

Namespaces

 Dom
 The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality.
 

Constant Groups

 Dom
 The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality.
 

Functions

delegate void Dom.OnLogEvent (string text)
 The delegate used when Dom logs an event. It's used by Dom.Log.Onlog. More...