Name | Type | Description | Notes |
---|---|---|---|
FileNamePrefix | Pointer to string | WARNING: This is a preview API that could change. Application log file name prefix. Defaults to "". For example, setting this to "yb-platform-" will generate application log files as "yb-platform-application.log" instead of "application.log". | [optional] |
Level | string | ||
MaxHistory | int32 | ||
RolloverPattern | string |
func NewPlatformLoggingConfig(level string, maxHistory int32, rolloverPattern string, ) *PlatformLoggingConfig
NewPlatformLoggingConfig instantiates a new PlatformLoggingConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlatformLoggingConfigWithDefaults() *PlatformLoggingConfig
NewPlatformLoggingConfigWithDefaults instantiates a new PlatformLoggingConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *PlatformLoggingConfig) GetFileNamePrefix() string
GetFileNamePrefix returns the FileNamePrefix field if non-nil, zero value otherwise.
func (o *PlatformLoggingConfig) GetFileNamePrefixOk() (*string, bool)
GetFileNamePrefixOk returns a tuple with the FileNamePrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlatformLoggingConfig) SetFileNamePrefix(v string)
SetFileNamePrefix sets FileNamePrefix field to given value.
func (o *PlatformLoggingConfig) HasFileNamePrefix() bool
HasFileNamePrefix returns a boolean if a field has been set.
func (o *PlatformLoggingConfig) GetLevel() string
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *PlatformLoggingConfig) GetLevelOk() (*string, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlatformLoggingConfig) SetLevel(v string)
SetLevel sets Level field to given value.
func (o *PlatformLoggingConfig) GetMaxHistory() int32
GetMaxHistory returns the MaxHistory field if non-nil, zero value otherwise.
func (o *PlatformLoggingConfig) GetMaxHistoryOk() (*int32, bool)
GetMaxHistoryOk returns a tuple with the MaxHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlatformLoggingConfig) SetMaxHistory(v int32)
SetMaxHistory sets MaxHistory field to given value.
func (o *PlatformLoggingConfig) GetRolloverPattern() string
GetRolloverPattern returns the RolloverPattern field if non-nil, zero value otherwise.
func (o *PlatformLoggingConfig) GetRolloverPatternOk() (*string, bool)
GetRolloverPatternOk returns a tuple with the RolloverPattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlatformLoggingConfig) SetRolloverPattern(v string)
SetRolloverPattern sets RolloverPattern field to given value.