# Copyright The OpenTelemetry Authors # SPDX-License-Identifier: Apache-2.0 cc_binary( name = "example_logs_simple", srcs = [ "main.cc", ], tags = [ "examples", "ostream", ], deps = [ "//api", "//examples/common/logs_foo_library:common_logs_foo_library", "//exporters/ostream:ostream_log_record_exporter", "//exporters/ostream:ostream_span_exporter", ], )