Package org.elasticsearch.common.logging

  • Class Summary
    Class Description
    JsonLogLine
    Represents a single log line in a json format.
    JsonLogsIntegTestCase
    Tests that extend this class verify that all json layout fields appear in the first few log lines after startup Fields available upon process startup: type, timestamp, level, component, message, node.name, cluster.name.
    JsonLogsStream
    Returns a stream of json log lines.
    TestThreadInfoPatternConverter
    Converts %test_thread_info in log4j patterns into information based on the loggin thread's name.