LoggerManagerConfiguration [constructor] | Constructors |
operator= | Assign to this logger manager configuration constrained-attribute object the in-core value of the specified rhs object. |
categoryNameFilterCallback | Return a reference to the non-modifiable category name filter functor attribute of this object. |
defaultLoggerBufferSize | Return the default logger-message-buffer size attribute of the LoggerManagerDefaults attribute of this object. |
defaultPassLevel | Return the default Pass threshold level attribute of the LoggerManagerDefaults attribute of this object. |
defaultRecordBufferSize | Return the default-logger record-buffer size attribute of the LoggerManagerDefaults attribute of this object. |
defaultRecordLevel | Return the default Record threshold level attribute of the LoggerManagerDefaults attribute of this object. |
defaultThresholdLevelsCallback | Return a reference to the non-modifiable default severity-level thresholds functor attribute of this object. |
defaultTriggerAllLevel | Return the default Trigger-All threshold level attribute of the LoggerManagerDefaults attribute of this object. |
defaultTriggerLevel | Return the default Trigger threshold level attribute of the LoggerManagerDefaults attribute of this object. |
defaults | Return a reference to the non-modifiable defaults object attribute of this object. |
logOrder | Return the log order attribute of this object. See attributes description for effects of the log order. |
print | Format a reasonable representation of this object to the specified output stream at the (absolute value of) the optionally specified indentation level and return a reference to stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, suppress all indentation AND format the entire output on one line. If stream is not valid on entry, this operation has no effect. The format will indicate whether the contained functors are or are not "null", but will not otherwise attempt to represent functor "values". |
setCategoryNameFilterCallback | Set the category name-filter callback functor attribute of this object to the specified nameFilter. Note that this method cannot fail, and that nameFilter can be a "null" (i.e., unpopulated) functor object. |
setDefaultLoggerBufferSizeIfValid | Set the default logger-message-buffer size attribute of the LoggerManagerDefaults attribute of this object to the specified numBytes if 0 < numBytes. Return 0 on success, and a non-zero value otherwise with no effect on this object. |
setDefaultRecordBufferSizeIfValid | Set the default-logger record-buffer size attribute of the LoggerManagerDefaults attribute of this object to the specified numBytes if 0 < numBytes. Return 0 on success, and a non-zero value otherwise with no effect on this object. |
setDefaultThresholdLevelsCallback | Set the default thresholds callback functor attribute of this object to the specified thresholdsCb. Note that this method cannot fail, and that thresholdsCb can be a "null" (i.e., unpopulated) functor object. |
setDefaultThresholdLevelsIfValid | setDefaultThresholdLevelsIfValid overloads |
setDefaultValues | Set the default values attribute of this object to the specified defaults. Note that, since defaults is itself a constrained-attribute object, this method cannot fail. |
setLogOrder | Set the log order attribute of this object to the specified value. |
setTriggerMarkers | Set the trigger marker attribute of this object to the specified value. |
setUserFieldsPopulatorCallback | Set the user-fields populator callback attribute of this object to the specified populatorCallback. |
triggerMarkers | Return the trigger marker attribute of this object. See attributes description for effects of the trigger markers. |
userFieldsPopulatorCallback | Return a reference providing non-modifiable access to the user-fields populator functor attribute of this object. |
operator BloombergLP::bslmf::NestedTraitDeclaration<LoggerManagerConfiguration, UsesBslmaAllocator> | Nested trait declaration for bslma::UsesBslmaAllocator. |