WC_Logger_Interface::info()
Adds a info level message.
Interesting events. Example: User logs in, SQL logs.
Method of the class: WC_Logger_Interface{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_Logger_Interface = new WC_Logger_Interface(); $WC_Logger_Interface->info( $message, $context );
- $message(string) (required)
- Log message.
- $context(array)
- Additional information for log handlers.
Default: array()
WC_Logger_Interface::info() WC Logger Interface::info code WC 9.4.2
public function info( $message, $context = array() );