";
foreach(self::$_levelValues as $name => $level)
{
$string .= "getColorLevel($level);
$string .= ";margin: 0.5em;\">".strtoupper($name)."";
}
$string .= " |
";
return $string;
}
}
/**
* TDbLogRoute class
*
* TDbLogRoute stores log messages in a database table.
* To specify the database table, set {@link setConnectionID ConnectionID} to be
* the ID of a {@link TDataSourceConfig} module and {@link setLogTableName LogTableName}.
* If they are not setting, an SQLite3 database named 'sqlite3.log' will be created and used
* under the runtime directory.
*
* By default, the database table name is 'pradolog'. It has the following structure:
*