Add #[deprecated] attributes to get_log_file_path_template() and set_log_file_path_template().
Move deprecated methods to bottom of impl blocks so they appear last in rustdoc.
These methods should rightfully be marked deprecated in 1.1.2 or higher. Leaving these methods un-annotated was technically an oversight, albeit a backwards-compatible one.
Changed
#[deprecated]
attributes toget_log_file_path_template()
andset_log_file_path_template()
.impl
blocks so they appear last inrustdoc
.These methods should rightfully be marked deprecated in 1.1.2 or higher. Leaving these methods un-annotated was technically an oversight, albeit a backwards-compatible one.