Class LoggerLayoutSimple
A simple layout.
Returns the log statement in a format consisting of the level, followed by " - " and then the message.
For example the following php and properties files
{@example ../../examples/php/layout_simple.php 19}
{@example ../../examples/resources/layout_simple.properties 18}
would result in:
INFO - Hello World!
- LoggerConfigurable
 - 
			
			LoggerLayout
			
			
			
		 - 
			
LoggerLayoutSimple			
			
			
		 
			 public 
			string
			
			
		 | 
		
		#
		 format( 
		Returns the log statement in a format consisting of the level, followed by " - " and then the message. For example, INFO - "A message"  | 
	
			activateOptions(), 
			getContentType(), 
			getFooter(), 
			getHeader(), 
			warn()
		 | 
	
			setBoolean(), 
			setFileSize(), 
			setInteger(), 
			setLevel(), 
			setNumeric(), 
			setPositiveInteger(), 
			setString()
		 |