C# Class ARCed.Core.LogSaveEventArgs

Events arguments used when a Logger is saved
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
LogSaveEventArgs ( string filename, bool success, bool flushed ) : System

Default constructor

Method Details

LogSaveEventArgs() public method

Default constructor
public LogSaveEventArgs ( string filename, bool success, bool flushed ) : System
filename string FullPath where the file is saved
success bool Flag is save was successful
flushed bool Flag is buffer was cleared
return System