|
MeshBaker
|
LOD stores a buffer of log messages specific to an object. More...
Public Member Functions | |
| ObjectLog (short bufferSize) | |
| void | Log (MB2_LogLevel l, String msg, MB2_LogLevel currentThreshold) |
| void | Error (string msg, params object[] args) |
| void | Warn (string msg, params object[] args) |
| void | Info (string msg, params object[] args) |
| void | LogDebug (string msg, params object[] args) |
| void | Trace (string msg, params object[] args) |
| string | Dump () |
LOD stores a buffer of log messages specific to an object.
These log messages are also written out to the console.
| DigitalOpus.MB.Core.ObjectLog.ObjectLog | ( | short | bufferSize | ) |
| string DigitalOpus.MB.Core.ObjectLog.Dump | ( | ) |
| void DigitalOpus.MB.Core.ObjectLog.Error | ( | string | msg, |
| params object [] | args | ||
| ) |
| void DigitalOpus.MB.Core.ObjectLog.Info | ( | string | msg, |
| params object [] | args | ||
| ) |
| void DigitalOpus.MB.Core.ObjectLog.Log | ( | MB2_LogLevel | l, |
| String | msg, | ||
| MB2_LogLevel | currentThreshold | ||
| ) |
| void DigitalOpus.MB.Core.ObjectLog.LogDebug | ( | string | msg, |
| params object [] | args | ||
| ) |
| void DigitalOpus.MB.Core.ObjectLog.Trace | ( | string | msg, |
| params object [] | args | ||
| ) |
| void DigitalOpus.MB.Core.ObjectLog.Warn | ( | string | msg, |
| params object [] | args | ||
| ) |