Click or drag to resize
LogWriterLine Method (String, Object)

Note: This API is now obsolete.

按行写入记录

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
[ObsoleteAttribute("方法已过时,请使用: WriteLine")]
public virtual void Line(
	string content,
	params Object[] args
)

Parameters

content
Type: SystemString

[Missing <param name="content"/> documentation for "M:Adf.LogWriter.Line(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Adf.LogWriter.Line(System.String,System.Object[])"]

See Also