Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | List of all members
SolidFramework.Plumbing.Logging.Logger Class Reference

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.
 

Property Documentation

◆ IsLogging

bool SolidFramework.Plumbing.Logging.Logger.IsLogging
get

Gets a value indicating whether this instance is logging.

true if this instance is logging; otherwise, false.

◆ Path

String SolidFramework.Plumbing.Logging.Logger.Path
getset

Gets or sets the path.

The path.

Exceptions
System.InvalidOperationException