public interface LogQuerier
void
clear(String logger)
List<LogModel>
query(String logger, String trace_id, Integer level, int size, String tag, String tag1, String tag2, String tag3, Integer log_date, Long log_id)
long
stat(String logger, Integer level, Integer log_date)
List<LogModel> query(String logger, String trace_id, Integer level, int size, String tag, String tag1, String tag2, String tag3, Integer log_date, Long log_id) throws Exception
Exception
long stat(String logger, Integer level, Integer log_date) throws Exception
void clear(String logger)
Copyright © 2021. All rights reserved.