Click or drag to resize
LogManagerForEach Method
循环当前每个日志写入器

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
protected void ForEach(
	Action<LogWriter> action
)

Parameters

action
Type: SystemActionLogWriter

[Missing <param name="action"/> documentation for "M:Adf.LogManager.ForEach(System.Action{Adf.LogWriter})"]

See Also