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

LoggerGetLogger Method (Type)

Get a logger for the supplied class

Namespace:  EnterpriseDT.Util.Debug
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public static Logger GetLogger(
	Type clazz
)

Parameters

clazz
Type: SystemType
full class name

Return Value

Type: Logger
logger for class
See Also