class LogViewer

Class LogViewer Based on Rap2hpoutre\LaravelLogViewer

Constants

MAX_FILE_SIZE

Properties

static protected string $file
static protected $levelClasses
static protected $levelIcons
static protected array $levels

Log levels that are used

Methods

static 
setFile(string $file)

No description

static string
pathToLogFile(string $file)

No description

static string
getFileName()

No description

static array
all()

No description

static array
getFiles(bool $basename = false)

No description

Details

at line 66
static setFile(string $file)

No description

Parameters

string $file

Exceptions

Exception

at line 77
static string pathToLogFile(string $file)

No description

Parameters

string $file

Return Value

string

Exceptions

Exception

at line 96
static string getFileName()

No description

Return Value

string

at line 104
static array all()

No description

Return Value

array

at line 169
static array getFiles(bool $basename = false)

No description

Parameters

bool $basename

Return Value

array