grype / Pharo-LogViewer

Very basic viewer of log files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pharo-LogViewer

Very basic viewer of log files, utilizing GT Inspector and Roassal for inspecting and visualizing log entries.

There isn't any support for any particular log files, as the format varies greatly from project to project. Instead, there's a basic framework for quickly putting something together that parses log entries. This is done via several traits, each specializing in a particular part of an entry - like dates and times, source location, etc. See XCGLogItem for example.

Installing

Metacello new 
	baseline: 'LogViewer';
	repository: 'github://grype/Pharo-LogViewer';
	load.

About

Very basic viewer of log files

License:MIT License


Languages

Language:Smalltalk 99.2%Language:HTML 0.8%