Skip to content

jch/lumberjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumberjack

This is one of my first attempts at making a Cocoa app. I wanted to create a log viewer for Rails development logs. Down the line, it'd support features like sharing problems you see in your log, syntax highlighing, and code folding. For the time being, it's a rough prototype that can read Rails 2.x logs files.

Overview

The main log viewing window is a webkit view that uses the Javascript bridge to communicate with the Cocoa app. When a new log file is opened, a new Log document is created and watches for changes in the log file. Changes are pushed out and processed by Javascript to form log entries.

main log window showing rails development log

About

mac app for viewing rails logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published