Interface IAllowLoggingSettings
Assembly: GPAL.dll
Syntax
public interface IAllowLoggingSettings : IAllowToGPALObject<GPALLogger>
Methods
WithDatabase(GPALDatabase)
Declaration
IAllowLoggingSettings WithDatabase(GPALDatabase database)
Parameters
Returns
WithDelimiter(Char)
Declaration
IAllowLoggingAndSetting WithDelimiter(char delimiter)
Parameters
| Type |
Name |
Description |
| System.Char |
delimiter |
|
Returns
WithDirectoryStructure(Enums.DirectoryStructure)
Declaration
IAllowLoggingSettings WithDirectoryStructure(Enums.DirectoryStructure type)
Parameters
Returns
WithFilename(String)
Declaration
IAllowLoggingSettings WithFilename(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
WithFilenamePattern(Enums.FilenamePattern)
Declaration
IAllowLoggingSettings WithFilenamePattern(Enums.FilenamePattern pattern)
Parameters
Returns
WithLogDateAsAttribute(Boolean)
Declaration
IAllowLoggingAndSetting WithLogDateAsAttribute(bool logDateAsAttribute)
Parameters
| Type |
Name |
Description |
| System.Boolean |
logDateAsAttribute |
|
Returns
Declaration
IAllowLoggingAndSetting WithLoggingFormat(Enums.LogDateFormat logDateFormat)
Parameters
Returns
WithLogType(Enums.LogType)
Declaration
IAllowLoggingAndSetting WithLogType(Enums.LogType logType)
Parameters
Returns
WithRootDirectory(String)
Declaration
IAllowLoggingSettings WithRootDirectory(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns