Home
last modified time | relevance | path

Searched refs:update_formatter_config (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl768 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
782 ok = logger:update_formatter_config(?MODULE,single_line,false),
790 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
799 ok = logger:update_formatter_config(?MODULE,single_line,true),
815 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
823 logger:update_formatter_config(?MODULE,bad),
825 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl773 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
787 ok = logger:update_formatter_config(?MODULE,single_line,false),
795 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
804 ok = logger:update_formatter_config(?MODULE,single_line,true),
820 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
828 logger:update_formatter_config(?MODULE,bad),
830 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl768 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
782 ok = logger:update_formatter_config(?MODULE,single_line,false),
790 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
799 ok = logger:update_formatter_config(?MODULE,single_line,true),
815 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
823 logger:update_formatter_config(?MODULE,bad),
825 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl783 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
797 ok = logger:update_formatter_config(?MODULE,single_line,false),
805 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
814 ok = logger:update_formatter_config(?MODULE,single_line,true),
830 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
838 logger:update_formatter_config(?MODULE,bad),
840 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl783 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
797 ok = logger:update_formatter_config(?MODULE,single_line,false),
805 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
814 ok = logger:update_formatter_config(?MODULE,single_line,true),
830 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
838 logger:update_formatter_config(?MODULE,bad),
840 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl783 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
797 ok = logger:update_formatter_config(?MODULE,single_line,false),
805 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
814 ok = logger:update_formatter_config(?MODULE,single_line,true),
830 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
838 logger:update_formatter_config(?MODULE,bad),
840 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dlogger_formatter_SUITE.erl783 {error,{not_found,?MODULE}} = logger:update_formatter_config(?MODULE,#{}),
797 ok = logger:update_formatter_config(?MODULE,single_line,false),
805 ok = logger:update_formatter_config(?MODULE,#{legacy_header=>true}),
814 ok = logger:update_formatter_config(?MODULE,single_line,true),
830 ok=logger:update_formatter_config(?MODULE,error_logger_notice_header,notice),
838 logger:update_formatter_config(?MODULE,bad),
840 logger:update_formatter_config(?MODULE,depth,bad),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
139 update_formatter_config(HandlerId, FormatterConfig) function
141 call({update_formatter_config,HandlerId,FormatterConfig});
142 update_formatter_config(_HandlerId, FormatterConfig) -> function
309 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
528 -spec update_formatter_config(HandlerId,FormatterConfig) ->
532 update_formatter_config(HandlerId,FormatterConfig) -> function
533 logger_server:update_formatter_config(HandlerId,FormatterConfig).
535 -spec update_formatter_config(HandlerId,Key,Value) ->
540 update_formatter_config(HandlerId,Key,Value) -> function
541 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
139 update_formatter_config(HandlerId, FormatterConfig) function
141 call({update_formatter_config,HandlerId,FormatterConfig});
142 update_formatter_config(_HandlerId, FormatterConfig) -> function
309 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
533 -spec update_formatter_config(HandlerId,FormatterConfig) ->
537 update_formatter_config(HandlerId,FormatterConfig) -> function
538 logger_server:update_formatter_config(HandlerId,FormatterConfig).
540 -spec update_formatter_config(HandlerId,Key,Value) ->
545 update_formatter_config(HandlerId,Key,Value) -> function
546 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
142 update_formatter_config(HandlerId, FormatterConfig) function
144 call({update_formatter_config,HandlerId,FormatterConfig});
145 update_formatter_config(_HandlerId, FormatterConfig) -> function
312 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
529 -spec update_formatter_config(HandlerId,FormatterConfig) ->
533 update_formatter_config(HandlerId,FormatterConfig) -> function
534 logger_server:update_formatter_config(HandlerId,FormatterConfig).
536 -spec update_formatter_config(HandlerId,Key,Value) ->
541 update_formatter_config(HandlerId,Key,Value) -> function
542 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
139 update_formatter_config(HandlerId, FormatterConfig) function
141 call({update_formatter_config,HandlerId,FormatterConfig});
142 update_formatter_config(_HandlerId, FormatterConfig) -> function
309 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
533 -spec update_formatter_config(HandlerId,FormatterConfig) ->
537 update_formatter_config(HandlerId,FormatterConfig) -> function
538 logger_server:update_formatter_config(HandlerId,FormatterConfig).
540 -spec update_formatter_config(HandlerId,Key,Value) ->
545 update_formatter_config(HandlerId,Key,Value) -> function
546 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
139 update_formatter_config(HandlerId, FormatterConfig) function
141 call({update_formatter_config,HandlerId,FormatterConfig});
142 update_formatter_config(_HandlerId, FormatterConfig) -> function
309 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
533 -spec update_formatter_config(HandlerId,FormatterConfig) ->
537 update_formatter_config(HandlerId,FormatterConfig) -> function
538 logger_server:update_formatter_config(HandlerId,FormatterConfig).
540 -spec update_formatter_config(HandlerId,Key,Value) ->
545 update_formatter_config(HandlerId,Key,Value) -> function
546 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
142 update_formatter_config(HandlerId, FormatterConfig) function
144 call({update_formatter_config,HandlerId,FormatterConfig});
145 update_formatter_config(_HandlerId, FormatterConfig) -> function
312 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
529 -spec update_formatter_config(HandlerId,FormatterConfig) ->
533 update_formatter_config(HandlerId,FormatterConfig) -> function
534 logger_server:update_formatter_config(HandlerId,FormatterConfig).
536 -spec update_formatter_config(HandlerId,Key,Value) ->
541 update_formatter_config(HandlerId,Key,Value) -> function
542 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_server.erl31 update_formatter_config/2]).
139 update_formatter_config(HandlerId, FormatterConfig) function
141 call({update_formatter_config,HandlerId,FormatterConfig});
142 update_formatter_config(_HandlerId, FormatterConfig) -> function
309 handle_call({update_formatter_config,HandlerId,NewFConfig},_From,
H A Dlogger.erl50 update_formatter_config/2, update_formatter_config/3,
533 -spec update_formatter_config(HandlerId,FormatterConfig) ->
537 update_formatter_config(HandlerId,FormatterConfig) -> function
538 logger_server:update_formatter_config(HandlerId,FormatterConfig).
540 -spec update_formatter_config(HandlerId,Key,Value) ->
545 update_formatter_config(HandlerId,Key,Value) -> function
546 logger_server:update_formatter_config(HandlerId,#{Key=>Value}).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/sasl/test/
H A Dsasl_report_SUITE.erl89 ok = rpc:call(Node,logger,update_formatter_config,[default,depth,30]),
90 ok = rpc:call(Node,logger,update_formatter_config,[sasl,depth,30]),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/sasl/test/
H A Dsasl_report_SUITE.erl89 ok = rpc:call(Node,logger,update_formatter_config,[default,depth,30]),
90 ok = rpc:call(Node,logger,update_formatter_config,[sasl,depth,30]),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/sasl/test/
H A Dsasl_report_SUITE.erl106 ok = rpc:call(Node,logger,update_formatter_config,[default,FormatterOpts]),
107 ok = rpc:call(Node,logger,update_formatter_config,[sasl,FormatterOpts]),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_report_SUITE.erl106 ok = rpc:call(Node,logger,update_formatter_config,[default,FormatterOpts]),
107 ok = rpc:call(Node,logger,update_formatter_config,[sasl,FormatterOpts]),

12