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.
私は、logback.xmlいくつかのアペンダーとロガーを持っています。ロガーとアペンダーをプログラムで追加したい。
logback.xml
でそれらをどのように変更できlogback.xmlますか? どこかの構成ファイル内でそれを行う必要がありますか?
私はこれに非常に慣れておらず、その方法についてほとんど考えていません。前もって感謝します!
これがあなたのやり方です
val MyLogger = LoggerFactor.getLogger("logger name") MyLogger.setLevel(LEVEL.INFO)