Contains various helper methods.
Located in /log4php/helpers/LoggerUtils.php (line 28)
Attempts to shorten the given class name to the desired length.
This is done by separating the class name into fragments (delimited by \ or .) and trimming individual fragments, starting with the left, until desired length has been reached.
The final fragment (i.e. class name) will never be shortened so the result may still be longer than given length.
Splits a fully qualified class name into fragments delimited by the namespace separator (\).
For backward compatibility, a dot (.) can be used as a delimiter as well.
Documentation generated on Tue, 12 Mar 2024 14:04:55 +0900 by phpDocumentor 1.4.4