ConsoleLogOptions
Read onlyYes
FinalYes
Properties
- $showDroppedAttributeCount : bool
- $showInstrumentationScope : bool
- $showObservedTimestamp : bool
- $showResourceAttributes : bool
Methods
- __construct() : mixed
- default() : self
- minimal() : self
- withDroppedAttributeCount() : self
- withInstrumentationScope() : self
- withObservedTimestamp() : self
- withResourceAttributes() : self
Properties
$showDroppedAttributeCount
public
bool
$showDroppedAttributeCount
= false
$showInstrumentationScope
public
bool
$showInstrumentationScope
= true
$showObservedTimestamp
public
bool
$showObservedTimestamp
= false
$showResourceAttributes
public
bool
$showResourceAttributes
= true
Methods
__construct()
public
__construct([bool $showResourceAttributes = true ][, bool $showInstrumentationScope = true ][, bool $showObservedTimestamp = false ][, bool $showDroppedAttributeCount = false ]) : mixed
Parameters
- $showResourceAttributes : bool = true
- $showInstrumentationScope : bool = true
- $showObservedTimestamp : bool = false
- $showDroppedAttributeCount : bool = false
default()
public
static default() : self
Return values
selfminimal()
public
static minimal() : self
Return values
selfwithDroppedAttributeCount()
public
withDroppedAttributeCount([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithInstrumentationScope()
public
withInstrumentationScope([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithObservedTimestamp()
public
withObservedTimestamp([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithResourceAttributes()
public
withResourceAttributes([bool $show = true ]) : self
Parameters
- $show : bool = true