Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このメソッド Logger::configure($options); log4php のログ オプションを構成するために使用されます。log4phpを完全に無効にするには、$options引数はどのように見えるべきですか?
これは私にとってはうまくいきます:
$options = array('threshold'=>'off'); Logger::configure($options);