An NDoc Documented Class Library

Logger.LogObject Method 

Logs the public properties of an object.

public void LogObject(
   Level level,
   string prefix,
   object obj
);

Parameters

level
Logging level to use.
prefix
Text to prepend to the properties.
obj
Object whose properties are to be logged.

See Also

Logger Class | EnterpriseDT.Util.Debug Namespace