index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
logger_test.rb
Age
Commit message (
Expand
)
Author
2022-01-28
resolves #4250 enhance Logger constructor to honor positional and keyword arg...
Dan Allen
2021-07-31
resolves #2557 enable RuboCop to enforce a consistent code style and perform ...
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-03-29
resolves #3982 allow NullLogger to be enabled by setting the :logger option t...
Dan Allen
2019-03-11
initialize the level to WARN when instantiating the NullLogger
Dan Allen
2019-02-15
clean up newline handling in test suite (PR #3074)
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-02
use indented (squiggly) heredoc strings in invoker_test and logger_test
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
add visibility modifiers to methods
Dan Allen
2019-01-06
switch to modern hash syntax
Dan Allen
2019-01-06
use require_relative instead of modifying $LOAD_PATH
Dan Allen
2019-01-06
remove workarounds for Ruby < 2.3
Dan Allen
2018-09-11
replace the use of render with convert in test suite
Dan Allen
2018-04-14
rename enrich_message method to message_with_context
Dan Allen
2018-04-14
update tests to use memory logger instead of capturing stderr
Dan Allen
2018-04-14
add :logger option to API methods
Dan Allen
2018-04-14
log message containing source location as an object
Dan Allen
2018-04-14
add tests for logging infrastructure
Dan Allen