KSystemLog/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 9: Line 9:
'''KSystemLog''' 有下列特性 :
'''KSystemLog''' 有下列特性 :


* 显示你系统所有的日志,按常规(默认系统日志、认证日志、内容日志、X.org日志...),和可选服务(Apache、Cups...)分组显示
* Show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services. (Apache, Cups,...)
* 根据严重性给日志行绘色
* 标签视图允许同时显示多个日志
* 自动显示新的日志
* 快速解析及读取(每 5 秒读取 10000+ 行)
* 浏览日志的细节
* 快速过滤
* 能够手动发送日志消息给系统。
* 理所当然的支持保存,复制到剪贴板和打印。
* 它能解析以下日志文件:X.org、内核、认证、Acpid、Cups、Postfix、Apache、Samba、守护进程、Cron 和 XSessions


* Colorize log lines depending on their severities
* Colorize log lines depending on their severities
Line 38: Line 29:
* It can parse the following log files of your system: Acpid, apache, authentification, cron, cups, daemon, journald, samba, postfix, system, xorg, x session logs.
* It can parse the following log files of your system: Acpid, apache, authentification, cron, cups, daemon, journald, samba, postfix, system, xorg, x session logs.


== 外部链接 ==
== More Information ==


[http://ksystemlog.forum-software.org/ 项目主页]
* [https://web.archive.org/web/20130412073111/http://ksystemlog.forum-software.org/ Project homepage] (archive.org)
* [https://phabricator.kde.org/source/ksystemlog/ Git repo]
* [https://bugs.kde.org/buglist.cgi?bug_status=__all__&list_id=1574913&order=Importance&product=KSystemLog&query_format=specific Bug reports]


[[Category:系统/zh-cn]]
[[Category:系统/zh-cn]]

Latest revision as of 13:30, 1 January 2019

截图 - 点击查看大图
KSystemLog 是來自 KDE 的日志查看器。

这个程序是给不懂如何找他们 Linux 系统信息和不清楚日志(log)文件位置的初级用户开发的。

KSystemLog 有下列特性 :

  • Show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services. (Apache, Cups,...)
  • Colorize log lines depending on their severities
  • Tabbed view to allow displaying several logs at the same time
  • Auto display new lines logged
  • Fast parsing and reading (more than 10000 lines each 5 seconds)
  • Detailed information for each log lines
  • Quick filter
  • Able to send a log message manually to the system.
  • Save, copy to clipboard and printing are of course available.
  • It can parse the following log files of your system: Acpid, apache, authentification, cron, cups, daemon, journald, samba, postfix, system, xorg, x session logs.

More Information