PHP Class Phactory\Sql\Logger

Afficher le fichier Open project: chriskite/phactory

Protected Properties

Свойство Type Description
$_level
$_level_strs

Méthodes publiques

Méthode Description
debug ( $msg, $backtrace = false )
error ( $msg, $backtrace = false )
fatal ( $msg, $backtrace = true )
setLogLevel ( $level )
warn ( $msg, $backtrace = false )

Méthodes protégées

Méthode Description
outputMessage ( $log_level, $msg, $backtrace )

Method Details

debug() public static méthode

public static debug ( $msg, $backtrace = false )

error() public static méthode

public static error ( $msg, $backtrace = false )

fatal() public static méthode

public static fatal ( $msg, $backtrace = true )

outputMessage() protected static méthode

protected static outputMessage ( $log_level, $msg, $backtrace )

setLogLevel() public static méthode

public static setLogLevel ( $level )

warn() public static méthode

public static warn ( $msg, $backtrace = false )

Property Details

$_level protected_oe static_oe property

protected static $_level

$_level_strs protected_oe static_oe property

protected static $_level_strs