循环当前每个日志写入器
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax protected void ForEach(
Action<LogWriter> action
)
Protected Sub ForEach (
action As Action(Of LogWriter)
)
protected:
void ForEach(
Action<LogWriter^>^ action
)
member ForEach :
action : Action<LogWriter> -> unit
Parameters
- action
- Type: SystemActionLogWriter
[Missing <param name="action"/> documentation for "M:Adf.LogManager.ForEach(System.Action{Adf.LogWriter})"]
See Also