Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Add log source
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Nov 9, 2017
1 parent 8c92d9f commit cf53ccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LogMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class LogMessage
const WARNING = 'warning';
const ERROR = 'error';

const SOURCE_STATUS = 'status';
const SOURCE_PROCESS = 'process';
const SOURCE_LOG = 'log';

public $timestamp;
public $type;
public $message;
Expand Down

0 comments on commit cf53ccd

Please sign in to comment.