Interface LogConfig

All Known Implementing Classes:
AbstractLogConfig, KafkaLogConfig, MemLogConfig

public interface LogConfig
Since:
11.1
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    match(Name stream)
     
    boolean
    match(Name stream, Name group)
     
  • Method Details

    • isDefault

      boolean isDefault()
    • match

      boolean match(Name stream)
    • match

      boolean match(Name stream, Name group)