ReadableLogRecordTest
extends TestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\SDK\Logs\ReadableLogRecord::class
Table of Contents
Properties
- $context : ContextInterface
- $resource : ResourceInfo
- $scope : InstrumentationScopeInterface
- $sharedState : LoggerSharedState
Methods
- setUp() : void
- test_getters() : void
- test_log_record_can_accept_complex_attributes() : void
Properties
$context
private
ContextInterface
$context
$resource
private
ResourceInfo
$resource
$scope
private
InstrumentationScopeInterface
$scope
$sharedState
private
LoggerSharedState
$sharedState
Methods
setUp()
public
setUp() : void
test_getters()
public
test_getters() : void
test_log_record_can_accept_complex_attributes()
public
test_log_record_can_accept_complex_attributes() : void
Attributes
- #[Group]
- 'logs-compliance'