Minor correction
This commit is contained in:
parent
31ac793273
commit
a22a9a02a6
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@
|
||||||
$backtrace_output = Utilities::getTraceString($event, Log::getRuntimeOptions()->isDisplayAnsi());
|
$backtrace_output = Utilities::getTraceString($event, Log::getRuntimeOptions()->isDisplayAnsi());
|
||||||
|
|
||||||
print(sprintf(
|
print(sprintf(
|
||||||
"%s [%s] [%s] %s %s" . PHP_EOL,
|
"[%s] [%s] [%s] %s %s" . PHP_EOL,
|
||||||
self::getTimestamp(),
|
self::getTimestamp(),
|
||||||
self::formatAppColor($options->getApplicationName()),
|
self::formatAppColor($options->getApplicationName()),
|
||||||
self::colorize($event, $event->Level),
|
self::colorize($event, $event->Level),
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
print(sprintf(
|
print(sprintf(
|
||||||
"%s [%s] [%s] %s" . PHP_EOL,
|
"[%s] [%s] [%s] %s" . PHP_EOL,
|
||||||
self::getTimestamp(),
|
self::getTimestamp(),
|
||||||
self::formatAppColor($options->getApplicationName()),
|
self::formatAppColor($options->getApplicationName()),
|
||||||
self::colorize($event, $event->Level),
|
self::colorize($event, $event->Level),
|
||||||
|
|
Loading…
Add table
Reference in a new issue