Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
void | WriteLine (String content) |
Write a string to the log file (if logging) | |
Properties | |
String | Path [getset] |
Gets or sets the path. More... | |
WarningLevelType | WarningLevel [getset] |
bool | IsLogging [get] |
Gets a value indicating whether this instance is logging. More... | |
long | LogRotationSize [getset] |
Get or Set the amount of bytes that the log file can grow to before it is rotated. The logfile will be renamed from [filename] to [filename_1], with any file with that name being renamed as [filename_2]. If there are already two existing log files, so that a file exists that is already called [filename_2], then that will be deleted. | |
|
get |
Gets a value indicating whether this instance is logging.
true
if this instance is logging; otherwise, false
.
|
getset |
Gets or sets the path.
The path.
System.InvalidOperationException |