Open
Description
The Ruby language project removed the logger library from stdlib starting in 3.3. Now users get a warning that they have to add a dependency on the logger gem. Since it's the policy of this project to have no required runtime dependencies, our only option is to remove the use of the logger library. Instead, Asciidoctor should provide its own complete implementation that emulates the main function of the logger library.