|
My Project
|
A basic log interface. More...
Public Member Functions | |
| void | Add (T item) |
| void | Clear () |
| void | Info (string message) |
| void | Error (string message, string info) |
| void | Warning (string message, string info) |
Properties | |
| IList< T > | Data [get] |
| LogLevel | Level [get] |
A basic log interface.
| T | : | ILogItem |