Log
class Log
Properties
| static protected Logger|null | $logger | The logger instance. |
Methods
static mixed
__callStatic(string $method, array $arguments)
Proxy method calls to the logger instance.
static void
flushState()
Flush all static state.
static void
info(string $title, ?string $message = 'null')
No description
static void
error(string $message)
No description
static void
message(string $message)
No description
static void
line(int $lines = '1')
No description
Details
at line 25
static mixed
__callStatic(string $method, array $arguments)
Proxy method calls to the logger instance.
at line 35
static void
flushState()
Flush all static state.
at line 15
static void
info(string $title, ?string $message = 'null')
No description
at line 15
static void
error(string $message)
No description
at line 15
static void
message(string $message)
No description
at line 15
static void
line(int $lines = '1')
No description