Skip to content

ZXKitLogger配套的log查看工具,支持搜索和日志类型显示。ZXKitLogger supporting log viewing tool, supporting search and log type display

License

Notifications You must be signed in to change notification settings

DamonHu/DDLoggerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDLoggerClient

This client is designed to conveniently view the log files generated by the iOS debugging log library DDLoggerSwift.

DDLoggerSwift stores log data using SQLite. While general SQLite viewing tools can display logs, they do so in a table format, often one log entry at a time, and some require payment. This tool was developed to provide a more intuitive and convenient way to browse and analyze logs.

Key Features

  • Developed natively with SwiftUI for superior performance.
  • View .db and .log files with lightning-fast loading for large logs
  • Automatically parse log levels, timestamps, and file call stacks
  • Content filtering & log level filtering
  • Content search and copy functionality
  • Cross-file log bookmarking and search
  • Independent window management for viewing and editing logs
  • Decrypt encrypted logs from DDLoggerSwift

Download the Client

Visit Releases to download the dmg file from the Release section. Drag and drop it into the Applications folder to install.

Viewing Logs

Drag the .db file generated by DDLoggerSwift or a .log file exported via sharing into the left sidebar. The logs will be automatically parsed and displayed with appropriate colors based on log type, enabling easy filtering and searching.

Client Configuration

If the decryption values privacyLogPassword and privacyLogIv have been modified on the mobile client, update them accordingly in the Mac client settings to ensure proper connection and decryption. If they are not synchronized, connection errors or decryption failures may occur.

License

This project is licensed under the MIT License, allowing free modification and use.

About

ZXKitLogger配套的log查看工具,支持搜索和日志类型显示。ZXKitLogger supporting log viewing tool, supporting search and log type display

Topics

Resources

License

Stars

Watchers

Forks