Show / Hide Table of Contents

Interface IAllowLoggingSettings

Inherited Members
IAllowToGPALObject<GPALLogger>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowLoggingSettings : IAllowToGPALObject<GPALLogger>

Methods

WithDatabase(GPALDatabase)

Declaration
IAllowLoggingSettings WithDatabase(GPALDatabase database)
Parameters
Type Name Description
GPALDatabase database
Returns
Type Description
IAllowLoggingSettings

WithDelimiter(Char)

Declaration
IAllowLoggingAndSetting WithDelimiter(char delimiter)
Parameters
Type Name Description
System.Char delimiter
Returns
Type Description
IAllowLoggingAndSetting

WithDirectoryStructure(Enums.DirectoryStructure)

Declaration
IAllowLoggingSettings WithDirectoryStructure(Enums.DirectoryStructure type)
Parameters
Type Name Description
Enums.DirectoryStructure type
Returns
Type Description
IAllowLoggingSettings

WithFilename(String)

Declaration
IAllowLoggingSettings WithFilename(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IAllowLoggingSettings

WithFilenamePattern(Enums.FilenamePattern)

Declaration
IAllowLoggingSettings WithFilenamePattern(Enums.FilenamePattern pattern)
Parameters
Type Name Description
Enums.FilenamePattern pattern
Returns
Type Description
IAllowLoggingSettings

WithLogDateAsAttribute(Boolean)

Declaration
IAllowLoggingAndSetting WithLogDateAsAttribute(bool logDateAsAttribute)
Parameters
Type Name Description
System.Boolean logDateAsAttribute
Returns
Type Description
IAllowLoggingAndSetting

WithLoggingFormat(Enums.LogDateFormat)

Declaration
IAllowLoggingAndSetting WithLoggingFormat(Enums.LogDateFormat logDateFormat)
Parameters
Type Name Description
Enums.LogDateFormat logDateFormat
Returns
Type Description
IAllowLoggingAndSetting

WithLogType(Enums.LogType)

Declaration
IAllowLoggingAndSetting WithLogType(Enums.LogType logType)
Parameters
Type Name Description
Enums.LogType logType
Returns
Type Description
IAllowLoggingAndSetting

WithRootDirectory(String)

Declaration
IAllowLoggingSettings WithRootDirectory(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
IAllowLoggingSettings
In This Article
Back to top Generated by DocFX