Click or drag to resize

LoggerNewLogger Method (String, String, String)

Namespace:  EDK4Net.Log
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static Logger NewLogger(
	string filename,
	string logpath,
	string subpath
)

Parameters

filename
Type: SystemString
logpath
Type: SystemString
subpath
Type: SystemString

Return Value

Type: Logger
See Also