edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

LoggerLogObject Method

Logs the public properties of an object.

Namespace:  EnterpriseDT.Util.Debug
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public void LogObject(
	Level level,
	string prefix,
	Object obj
)

Parameters

level
Type: EnterpriseDT.Util.DebugLevel
Logging level to use.
prefix
Type: SystemString
Text to prepend to the properties.
obj
Type: SystemObject
Object whose properties are to be logged.
See Also