Lines:
1 to 33 of 33
<?php // (C) Copyright Bobbing Wide 2016-2021 if ( !defined( "OIK_BWTRACE_LOG_INCLUDED" ) ) { define( "OIK_BWTRACE_LOG_INCLUDED", "0.1.0" ); /** * Logging library functions * * Library: bw_log * Provides: bw_log * Type: ? * * Implements an always available, always active logging function that MAY also perform tracing * or invoke callbacks to find other useful information that will help in problem determination. * * */ /* function oik_yourehavingmeon() – Log missing files */ /* function bw_lazy_log() – Implements the logging function */ } else { // end if !defined }View on GitHub