mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add messages for all levels.
This commit is contained in:
		| @@ -82,6 +82,14 @@ class HomeController extends Controller | ||||
|      */ | ||||
|     public function displayError() | ||||
|     { | ||||
|         Log::debug('This is a test message at the DEBUG level.'); | ||||
|         Log::info('This is a test message at the INFO level.'); | ||||
|         Log::notice('This is a test message at the NOTICE level.'); | ||||
|         Log::warning('This is a test message at the WARNING level.'); | ||||
|         Log::error('This is a test message at the ERROR level.'); | ||||
|         Log::critical('This is a test message at the CRITICAL level.'); | ||||
|         Log::alert('This is a test message at the ALERT level.'); | ||||
|         Log::emergency('This is a test message at the EMERGENCY level.'); | ||||
|         throw new FireflyException('A very simple test error.'); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user