Trait kartik\wordreport\utils\LogTrait

Implemented bykartik\wordreport\TemplateReport, kartik\wordreport\pdf\LibreOffice, kartik\wordreport\pdf\Unoconv, kartik\wordreport\utils\Converter

LogTrait implements logging utility methods used by all word report classes.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
log() Log / report a message. kartik\wordreport\utils\LogTrait

Method Details

log() public static method

Log / report a message.

The messages will be logged as part of application logs only if Yii2 application debug mode is ON. When using with console application, the log messages will be echoed out to terminal output.

public static void log ( $message )
$message string