sfw_debug_log_insane
Description
Log Notice at runtime
Only when SFW_DEBUG is set to 3.
Since: 1.0.0
For further information see: error_log
Code
<?php function sfw_debug_log_insane( $message, $function = '' ){
…
} ?>
Parameter
- $message
- (string|callable) A message string or function that returns a message string. Wrapping extensive functions (like var_export) in an anonymous function is about 10x faster when debugging is off
- $function
- (string) calling FUNCTION or METHOD
Default: ''