MeshBaker
Public Member Functions | List of all members
DigitalOpus.MB.Core.ObjectLog Class Reference

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 ()
 

Detailed Description

LOD stores a buffer of log messages specific to an object.

These log messages are also written out to the console.

Constructor & Destructor Documentation

DigitalOpus.MB.Core.ObjectLog.ObjectLog ( short  bufferSize)

Member Function Documentation

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 
)

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