summaryrefslogtreecommitdiff
path: root/test/logger_test.rb
AgeCommit message (Expand)Author
2022-01-28resolves #4250 enhance Logger constructor to honor positional and keyword arg...Dan Allen
2021-07-31resolves #2557 enable RuboCop to enforce a consistent code style and perform ...Dan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-03-29resolves #3982 allow NullLogger to be enabled by setting the :logger option t...Dan Allen
2019-03-11initialize the level to WARN when instantiating the NullLoggerDan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-02use indented (squiggly) heredoc strings in invoker_test and logger_testDan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06add visibility modifiers to methodsDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-04-14rename enrich_message method to message_with_contextDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-14add :logger option to API methodsDan Allen
2018-04-14log message containing source location as an objectDan Allen
2018-04-14add tests for logging infrastructureDan Allen