ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie 4.0.x
Namespaces
  • ICanBoogie
    • Application
    • Autoconfig
    • Binding
    • Routing
    • Session
Classes
  • AlreadyAuthenticated
  • AppConfig
  • Core
  • Debug
  • Helpers
  • Hooks
  • Logger
  • LogLevel
  • SessionWithEvent
Interfaces
  • LoggerInterface
Traits
  • AppAccessor
  • LoggerTrait
Exceptions
  • ApplicationAlreadyBooted
  • ApplicationAlreadyInstantiated
  • ApplicationAlreadyRunning
  • ApplicationNotInstantiated

Interface LoggerInterface

Extends the PSR interface with the following methods:

  • get_messages(): Return the messages of a specified level.
  • fetch_messages(): Return and clear the messages of a specified level.
ICanBoogie\LoggerInterface implements Psr\Log\LoggerInterface

Direct known implementers

ICanBoogie\Logger

Namespace: ICanBoogie
Located at LoggerInterface.php

Methods summary

public get_messages( string $level ) : string[]

Return the messages of a specified level

Return the messages of a specified level

Parameters

$level

Returns

string[]
public fetch_messages( string $level ) : string[]

Return and clear the messages of a specified level

Return and clear the messages of a specified level

Parameters

$level

Returns

string[]
ICanBoogie 4.0.x – Check on GitHub – API documentation generated by ApiGen