Logs the public properties of an object.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void LogObject(
	Level level,
	string prefix,
	Object obj
)
Visual Basic
Public Sub LogObject ( _
	level As Level, _
	prefix As String, _
	obj As Object _
)
Visual C++
public:
void LogObject(
	Level^ level, 
	String^ prefix, 
	Object^ obj
)

Parameters

level
Type: EnterpriseDT.Util.Debug..::..Level
Logging level to use.
prefix
Type: System..::..String
Text to prepend to the properties.
obj
Type: System..::..Object
Object whose properties are to be logged.

See Also