Method | Description | |
---|---|---|
ClearLogFiles ( int daysToKeep ) : void |
Clear all the log files older than 30 Days
|
|
CreateCliLogHeader ( ) : StringBuilder |
Add the CLI Query to the Log File.
|
|
GetCliProcess ( ) : System.Diagnostics.Process[] |
Get the Process ID of HandBrakeCLI for the current instance.
|
|
GetDrives ( ) : List |
Get a list of available DVD drives which are ready and contain DVD content.
|
|
LogLine ( string message ) : string |
Return the standard log format line of text for a given log message
|
public static ClearLogFiles ( int daysToKeep ) : void | ||
daysToKeep | int | /// The Number of Days to Keep /// |
return | void |
public static CreateCliLogHeader ( ) : StringBuilder | ||
return | StringBuilder |
public static GetCliProcess ( ) : System.Diagnostics.Process[] | ||
return | System.Diagnostics.Process[] |
public static LogLine ( string message ) : string | ||
message | string | The Log Message |
return | string |