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

Returns

null (opens new window)

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

string (opens new window)

Signature

public static string redact ( $log )