有没有一个 Windows 工具可以告诉我何时将条目添加到 sql 表中?
我有一个使用 log4net AdoNetAppender 进行日志记录的应用程序,因此我想知道何时将条目添加到日志表中。我想知道是否有一个小应用程序可以位于系统托盘中并为我监控该表?
I have an app doing logging with a log4net AdoNetAppender so I'd like to know when an entry gets added to the log table. I'm wondering if there is a small app that would sit in the systray and just monitor that table for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设您的应用程序不会创建很多日志条目,否则您的要求就没有多大意义。也许您可以考虑使用 SMTP 附加程序 或 twitter 附加程序。
I assume your application does not create many log entries or else your requirement would not make much sense. Maybe instead of monitoring the database you might consider using an SMTP appender or a twitter appender.
如果数据库的表是每个表的单独文件,您可以使用简单的 cmd 脚本检查修改表文件的日期
If your database's tables is a separated files for each table, you can check date of modification table's file using a simple cmd-script