![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowLoggingSettings | WithDatabase (GPALDatabase database) |
| IAllowLoggingSettings | WithRootDirectory (string path) |
| IAllowLoggingSettings | WithDirectoryStructure (DirectoryStructure type) |
| IAllowLoggingSettings | WithFilename (string name) |
| IAllowLoggingSettings | WithFilenamePattern (FilenamePattern pattern) |
| IAllowLoggingAndSetting | WithLogEventTypes (GPALEventType logEventTypes) |
| IAllowLoggingAndSetting | WithLogType (Enums.LogType logType) |
| IAllowLoggingAndSetting | WithDelimiter (char delimiter) |
| IAllowLoggingAndSetting | WithLoggingFormat (LogDateFormat logDateFormat) |
| IAllowLoggingAndSetting | WithLogDateAsAttribute (bool logDateAsAttribute) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
Definition at line 753 of file Interfaces.cs.
| IAllowLoggingSettings GenerallyPositive.IAllowLoggingSettings.WithDatabase | ( | GPALDatabase | database | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingAndSetting GenerallyPositive.IAllowLoggingSettings.WithDelimiter | ( | char | delimiter | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingSettings GenerallyPositive.IAllowLoggingSettings.WithDirectoryStructure | ( | DirectoryStructure | type | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingSettings GenerallyPositive.IAllowLoggingSettings.WithFilename | ( | string | name | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingSettings GenerallyPositive.IAllowLoggingSettings.WithFilenamePattern | ( | FilenamePattern | pattern | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingAndSetting GenerallyPositive.IAllowLoggingSettings.WithLogDateAsAttribute | ( | bool | logDateAsAttribute | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingAndSetting GenerallyPositive.IAllowLoggingSettings.WithLogEventTypes | ( | GPALEventType | logEventTypes | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingAndSetting GenerallyPositive.IAllowLoggingSettings.WithLoggingFormat | ( | LogDateFormat | logDateFormat | ) |
Implemented in GenerallyPositive.GPALLogger.
| IAllowLoggingSettings GenerallyPositive.IAllowLoggingSettings.WithRootDirectory | ( | string | path | ) |
Implemented in GenerallyPositive.GPALLogger.