[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Parser/ -> Logger.php (summary)

(no description)

File Size: 168 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Logger:: (11 methods):
  add()
  clear()
  getLogs()
  setAttribute()
  setTag()
  unsetAttribute()
  unsetTag()
  debug()
  err()
  info()
  warn()


Class: Logger  - X-Ref


add($type, $msg, array $context)   X-Ref
Add a log entry

param: string $type
param: string $msg
param: array  $context
return: void

clear()   X-Ref
Clear the log

return: void

getLogs()   X-Ref
Return the logs

return: array

setAttribute($attrName)   X-Ref
Record the name of the attribute being processed

param: string $attrName
return: void

setTag(Tag $tag)   X-Ref
Record the tag being processed

param: Tag  $tag
return: void

unsetAttribute()   X-Ref
Unset the name of the attribute being processed

return: void

unsetTag()   X-Ref
Unset the tag being processed

return: void

debug($msg, array $context = [])   X-Ref
Add a "debug" type log entry

param: string $msg     Log message
param: array  $context
return: void

err($msg, array $context = [])   X-Ref
Add an "err" type log entry

param: string $msg     Log message
param: array  $context
return: void

info($msg, array $context = [])   X-Ref
Add an "info" type log entry

param: string $msg     Log message
param: array  $context
return: void

warn($msg, array $context = [])   X-Ref
Add a "warn" type log entry

param: string $msg     Log message
param: array  $context
return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1