Classes
\SilverLeague\LogViewer\Admin
Name | Description | |
---|---|---|
LogViewerAdmin | Creates a CMS interface for viewing log entries | EMPTY |
\SilverLeague\LogViewer\Forms\GridField
Name | Description | |
---|---|---|
GridFieldClearAllButton | Adds a "Clear all" button to a GridField | EMPTY |
\SilverLeague\LogViewer\Handler
Name | Description | |
---|---|---|
DataObjectHandler | The DataObjectHandler allows you to use a SilverStripe DataObject for handling Monolog log entries. | EMPTY |
\SilverLeague\LogViewer\Model
Name | Description | |
---|---|---|
LogEntry | A LogEntry is a set of data provided from Monolog via the DataObjectHandler | EMPTY |
\SilverLeague\LogViewer\Task
Name | Description | |
---|---|---|
CreateLogsTask | This is purely for demo purposes, and will log a message at every level for local testing or demo purposes. | EMPTY |
RemoveOldLogEntriesTask | Remove old LogEntry records from the database | EMPTY |
\SilverLeague\LogViewer\Tests\Admin
Name | Description | |
---|---|---|
LogViewerAdminTest | No description available | EMPTY |
\SilverLeague\LogViewer\Tests\Forms\GridField
Name | Description | |
---|---|---|
GridFieldClearAllButtonTest | Tests for the "clear all" GridField action class | EMPTY |
\SilverLeague\LogViewer\Tests\Forms\GridField\Stub
Name | Description | |
---|---|---|
SomeDataObject | A stubbed DataObject for testing permission checks | EMPTY |
\SilverLeague\LogViewer\Tests\Handler
Name | Description | |
---|---|---|
DataObjectHandlerTest | No description available | EMPTY |
\SilverLeague\LogViewer\Tests\Model
Name | Description | |
---|---|---|
LogEntryTest | No description available | EMPTY |
\SilverLeague\LogViewer\Tests\Task
Name | Description | |
---|---|---|
RemoveOldLogEntriesTaskTest | No description available | EMPTY |