Click or drag to resize
LogWriterPack Method

Note: This API is now obsolete.

记录一个打包的格式化日志记录

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

Parameters

content
Type: SystemString

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

args
Type: SystemObject
内容格式化串
See Also