Logs the public properties of an object.
Namespace:
EnterpriseDT.Util.Debug
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic void LogObject(
Level level,
string prefix,
Object obj
)
Public Sub LogObject (
level As Level,
prefix As String,
obj As Object
)
public:
void LogObject(
Level^ level,
String^ prefix,
Object^ obj
)
member LogObject :
level : Level *
prefix : string *
obj : Object -> unit
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