Flow PHP

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

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

withDroppedAttributeCount()

public withDroppedAttributeCount([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

withInstrumentationScope()

public withInstrumentationScope([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

withObservedTimestamp()

public withObservedTimestamp([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

withResourceAttributes()

public withResourceAttributes([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

        
On this page

Search results