LoggingHelper
- Type
- Class
- Namespace
- Craft
- Inherits
- Craft\LoggingHelper
- Since
- 1.0
Class LoggingHelper
See also http://craftcms.com
View source (opens new window)
# Public Methods
Method | Description |
---|---|
processFireBugLogEntry() | |
redact() | Will attempt to remove passwords from the log file. |
# processFireBugLogEntry()
View source (opens new window)
Arguments
$level
$time
$category
$content
$groupName
(null (opens new window))$forced
(boolean (opens new window))
Returns
Signature
public static null processFireBugLogEntry ( $level, $time, $category, $content, $groupName = null, $forced = false )
# redact()
Will attempt to remove passwords from the log file.
View source (opens new window)
Arguments
$log
Returns
Signature
public static string redact ( $log )