Home / Function/ RegexLogMatcher() — netty Function Reference

RegexLogMatcher() — netty Function Reference

Architecture documentation for the RegexLogMatcher() function in LoggingHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  fed55159_8c51_7e31_be70_d41e8f1e239b["RegexLogMatcher()"]
  e02d82f6_2956_3175_aa87_638b15652161["RegexLogMatcher"]
  fed55159_8c51_7e31_be70_d41e8f1e239b -->|defined in| e02d82f6_2956_3175_aa87_638b15652161
  9790395b_636e_ec35_1126_2a3497b81671["shouldLogChannelActive()"]
  9790395b_636e_ec35_1126_2a3497b81671 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  46e7bfb6_2d4b_82cc_a3d0_fa67819a9159["shouldLogChannelWritabilityChanged()"]
  46e7bfb6_2d4b_82cc_a3d0_fa67819a9159 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  c59a52eb_e630_f274_37c3_af69fd3c9c83["shouldLogChannelRegistered()"]
  c59a52eb_e630_f274_37c3_af69fd3c9c83 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  3d96c6e9_b671_dd61_9691_750def065739["shouldLogChannelClose()"]
  3d96c6e9_b671_dd61_9691_750def065739 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  18310a5f_40c3_fca7_f31c_939fe8310d83["shouldLogChannelConnect()"]
  18310a5f_40c3_fca7_f31c_939fe8310d83 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  5b57418b_f4df_c6f7_400b_7b2c10227a7d["shouldLogChannelConnectWithLocalAddress()"]
  5b57418b_f4df_c6f7_400b_7b2c10227a7d -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  5b18651b_dba6_a295_cefe_e75e08cdffee["shouldLogChannelDisconnect()"]
  5b18651b_dba6_a295_cefe_e75e08cdffee -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  927778c7_fb7b_9fe1_4b27_d547c54a1afa["shouldLogChannelInactive()"]
  927778c7_fb7b_9fe1_4b27_d547c54a1afa -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  f8d0a9bb_45d5_3849_758d_e778020f6de6["shouldLogChannelBind()"]
  f8d0a9bb_45d5_3849_758d_e778020f6de6 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  c986084e_c84e_01aa_37c6_12156d8531cb["shouldLogChannelUserEvent()"]
  c986084e_c84e_01aa_37c6_12156d8531cb -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  b2757815_5672_4e51_a979_8ac2a9753c6e["shouldLogChannelException()"]
  b2757815_5672_4e51_a979_8ac2a9753c6e -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  7c1f4b6c_0312_734f_b9be_fcc764934c20["shouldLogDataWritten()"]
  7c1f4b6c_0312_734f_b9be_fcc764934c20 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  0694b7b7_1f81_e50d_0746_bf515a719317["shouldLogNonByteBufDataRead()"]
  0694b7b7_1f81_e50d_0746_bf515a719317 -->|calls| fed55159_8c51_7e31_be70_d41e8f1e239b
  style fed55159_8c51_7e31_be70_d41e8f1e239b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/logging/LoggingHandlerTest.java lines 298–300

        RegexLogMatcher(String expected) {
            this(expected, false);
        }

Domain

Subdomains

Frequently Asked Questions

What does RegexLogMatcher() do?
RegexLogMatcher() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/logging/LoggingHandlerTest.java.
Where is RegexLogMatcher() defined?
RegexLogMatcher() is defined in handler/src/test/java/io/netty/handler/logging/LoggingHandlerTest.java at line 298.
What calls RegexLogMatcher()?
RegexLogMatcher() is called by 18 function(s): shouldLogByteBufDataRead, shouldLogByteBufDataReadWithSimpleFormat, shouldLogByteBufHolderDataRead, shouldLogChannelActive, shouldLogChannelBind, shouldLogChannelClose, shouldLogChannelConnect, shouldLogChannelConnectWithLocalAddress, and 10 more.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free