XLog.LogConfig.Flush C# (CSharp) Method

Flush() public method

public Flush ( ) : void
return void
        public void Flush()
        {
            foreach (var target in TargetConfigs)
            {
                target.Target.Flush();
            }
        }

Usage Example

Example #1
0
 public void Flush()
 {
     Config.Flush();
 }