Is there any log mechanism/lib for Python in ROS2 or any plan to have?

I cannot find any description in the developer guide and also there’s not such a sample in projects already have in ROS2 repository. Is the “print” going to be a standard way for python log in ROS2?

This feature is schedule for the upcoming beta 3 (see roadmap).

Thanks and sorry for not check the road map

GitHub - bponsler/ros2_console: Basic console/logging facilities for ROS 2 This project would be used in ROS2?
I found laser_geometry/src/laser_geometry.cpp at ros2-devel · bponsler/laser_geometry · GitHub to call this log library API.

As @bponsler said, ros2_console is only a temporary project for porting.