Combu Server  3.1.1
PHP API Documentation
Static Public Member Functions
AppLog Class Reference

Static Public Member Functions

static Initialize ($filePath=null, $maxFileSize=null)
 
static Info ($log)
 
static Warning ($log)
 
static Error ($log)
 

Detailed Description

This class manages the log into a file the info, warnings and errors requested by the application

Author
Skared Creations

Definition at line 10 of file AppLog.php.

Member Function Documentation

◆ Error()

static Error (   $log)
static

Definition at line 86 of file AppLog.php.

◆ Info()

static Info (   $log)
static

Definition at line 78 of file AppLog.php.

◆ Initialize()

static Initialize (   $filePath = null,
  $maxFileSize = null 
)
static

Definition at line 15 of file AppLog.php.

◆ Warning()

static Warning (   $log)
static

Definition at line 82 of file AppLog.php.