My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
TriangleNet.Log Class Reference

A simple logger, which logs messages to a List. More...

Inheritance diagram for TriangleNet.Log:
TriangleNet.Logging.ILog< LogItem >

Public Member Functions

void Add (LogItem item)
 
void Clear ()
 
void Info (string message)
 
void Warning (string message, string location)
 
void Error (string message, string location)
 
- Public Member Functions inherited from TriangleNet.Logging.ILog< LogItem >
void Add (T item)
 
void Clear ()
 
void Info (string message)
 
void Error (string message, string info)
 
void Warning (string message, string info)
 

Properties

static bool Verbose [get, set]
 Log detailed information.
 
static ILog< LogItemInstance [get]
 
IList< LogItemData [get]
 
LogLevel Level [get]
 
- Properties inherited from TriangleNet.Logging.ILog< LogItem >
IList< T > Data [get]
 
LogLevel Level [get]
 

Detailed Description

A simple logger, which logs messages to a List.

Using singleton pattern as proposed by Jon Skeet. http://csharpindepth.com/Articles/General/Singleton.aspx


The documentation for this class was generated from the following file: