Skip to content

Automatically exported from code.google.com/p/ccl-asl

Notifications You must be signed in to change notification settings

bochoven/ccl-asl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ccl-asl

ccl_asl is a small Python module for dealing with ASL (Apple System Log)/ASLDB files.

The module comprises a class library for accessing the records in your code (the AslDb class implements'iter, len, getitem) and also a command-line interface for dumping the contents of logs to TSV files (other formats would be trivial to add).

The repository also contains a couple of examples of the module in use to parse battery usage from an iOS device, and a login, boot, shutdown, etc. timeline from OSX.

A blog explaining the file structure can be found here: http://digitalinvestigation.wordpress.com/2012/06/18/parsing-apple-system-log-files-osx-ios/

This is a fork of the original repo, patched to work with python 2

About

Automatically exported from code.google.com/p/ccl-asl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages