Package org.elasticsearch.common.logging


package org.elasticsearch.common.logging
  • Class Summary
    Class
    Description
    Represents a single log line in a json format.
    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.
    Returns a stream of json log lines.
    Converts %test_thread_info in log4j patterns into information based on the loggin thread's name.