Index
C
- Colours — Class in namespace SimpleLogger
- Configuration — Class in namespace SimpleLogger
- $Configuration#console_verbosity — Property in class Configuration
- Default log level (console).
- $Configuration#console_format — Property in class Configuration
- Console log line format.
F
- $Configuration#file_format — Property in class Configuration
- File log line format.
- SimpleLogger::formatter() — Method in class SimpleLogger
- Format log line output.
G
- Configuration::getLogfile() — Method in class Configuration
- Gets log file name.
- Configuration::getVerbosity() — Method in class Configuration
- Gets log level verbosity.
- Configuration::getConsoleVerbosity() — Method in class Configuration
- Gets log level verbosity.
- Configuration::getLoggerConsoleFormat() — Method in class Configuration
- Gets log line format.
- Configuration::getLoggerFileFormat() — Method in class Configuration
- Gets log line format.
- Configuration::getLevel() — Method in class Configuration
- Gets numerical log level value.
- Configuration::getColours() — Method in class Configuration
- Gets colour.
- LogLevelMap::getLevel() — Method in class LogLevelMap
- Gets numerical log level value.
- LogLevelMap::getColours() — Method in class LogLevelMap
- Gets colour.
L
- $Configuration#logfile — Property in class Configuration
- Log file name.
- LogLevelMap — Class in namespace SimpleLogger
- $LogLevelMap#LEVEL_MAP — Property in class LogLevelMap
- Log level mapping.
- $LogLevelMap#LEVEL_COLOUR_MAP — Property in class LogLevelMap
- Log level colour mapping.
- SimpleLogger::log() — Method in class SimpleLogger
- {@inheritdoc}
- Logger — Class in namespace SimpleLogger\Utils
S
- Colours::setColour() — Method in class Colours
- Colourize string.
- Configuration::setLogfile() — Method in class Configuration
- Sets log file name.
- Configuration::setVerbosity() — Method in class Configuration
- Sets log level verbosity.
- Configuration::setConsoleVerbosity() — Method in class Configuration
- Sets log level verbosity.
- Configuration::setLoggerConsoleFormat() — Method in class Configuration
- Sets console log line format.
- Configuration::setLoggerFileFormat() — Method in class Configuration
- Sets file log line format.
- SimpleLogger — Class in namespace SimpleLogger
V
- $Configuration#verbosity — Property in class Configuration
- Default log level.
_
- SimpleLogger::__construct() — Method in class SimpleLogger
- Constructor.
- Logger::__construct() — Method in class Logger
- Constructor.