ICanBoogie/ICanBoogie 3.0.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Autoconfig
    • Binding
    • Core
    • Routing
    • Session

Classes

  • AlreadyAuthenticated
  • Core
  • Debug
  • Helpers
  • Hooks
  • Logger
  • LogLevel
  • SessionWithEvent

Interfaces

  • LoggerInterface

Traits

  • AppAccessor
  • LoggerTrait

Exceptions

  • CoreAlreadyBooted
  • CoreAlreadyInstantiated
  • CoreAlreadyRunning
  • CoreNotInstantiated

Constants

  • TOKEN_ALPHA
  • TOKEN_ALPHA_UPCASE
  • TOKEN_NUMERIC
  • TOKEN_SYMBOL
  • TOKEN_SYMBOL_WIDE

Functions

  • app
  • boot
  • excerpt
  • generate_token
  • generate_token_wide
  • get_autoconfig
  • log
  • log_error
  • log_info
  • log_success
  • log_time
  • resolve_app_paths
  • resolve_instance_name
  • strip_root

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 string[]
# get_messages( string $level )

Return the messages of a specified level

Return the messages of a specified level

Parameters

$level

Returns

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

Return and clear the messages of a specified level

Return and clear the messages of a specified level

Parameters

$level

Returns

string[]
ICanBoogie/ICanBoogie 3.0.x API documentation generated by ApiGen