Functions | |
template<typename ... Args> | |
static void | log (Args &&... args) |
template<typename Arg , typename ... Args> | |
static LIBCARLA_NOINLINE void | write_to_stream (std::ostream &out, Arg &&arg, Args &&... args) |
|
inlinestatic |
Definition at line 59 of file Logging.h.
References carla::log_debug(), and write_to_stream().
Referenced by carla::nav::Navigation::AddOrUpdateVehicle(), benchmark_image(), carla::nav::Navigation::CreateCrowd(), ADVSCamera::ImageToLogGray(), carla::geom::LatLonToMercator(), carla::nav::Navigation::Load(), carla::image::ColorConverter::LogarithmicLinear::operator()(), carla::ros2::CarlaOpticalFlowCameraPublisher::SetImageData(), carla::profiler::detail::StaticProfiler::StaticProfiler(), and TEST().
|
static |
Definition at line 52 of file Logging.h.
Referenced by carla::profiler::log(), log(), carla::log_critical(), carla::log_error(), carla::log_info(), carla::log_warning(), and Benchmark::Run().