Click or drag to resize
LogWriterWrite Method
写入内容

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual void Write(
	string content,
	params Object[] args
)

Parameters

content
Type: SystemString

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

args
Type: SystemObject
格式化数据
Exceptions
ExceptionCondition
ObjectDisposedException
See Also