You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where you want to suppress the logs (SQL log, parameter log) that are normally output for each SQL issuance only when a certain SQL is executed. To support this case, we provide an API that can suppress log output on a per-SQL basis.
* 各Logger用のインタフェースを作成し必要なクラスがimplementsするように修正。そのうえでSLF4J 2.xのAPIを利用するように変更(性能改善)
* Changed to use slf4j v2.0 API
Also added suppressLogging API
* Refactoring log-related class and method names.
There are cases where you want to suppress the logs (SQL log, parameter log) that are normally output for each SQL issuance only when a certain SQL is executed. To support this case, we provide an API that can suppress log output on a per-SQL basis.
通常SQL発行毎に出力されるログ(SQLログ、パラメータログ)をあるSQL実行時のみ抑止したい、というケースがある。このケースに対応できるようにSQL単位でログ出力を抑止できるAPIを提供する
The text was updated successfully, but these errors were encountered: