Genisys  Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
Logger Interface Reference
Inheritance diagram for Logger:
[legend]

Public Member Functions

 emergency ($message)
 
 alert ($message)
 
 critical ($message)
 
 error ($message)
 
 warning ($message)
 
 notice ($message)
 
 info ($message)
 
 debug ($message)
 
 log ($level, $message)
 
 logException (\Throwable $e, $trace=null)
 

Member Function Documentation

alert (   $message)

Action must me taken immediately

Parameters
string$message

Implemented in PluginLogger.

critical (   $message)

Critical conditions

Parameters
string$message

Implemented in PluginLogger.

debug (   $message)

Detailed debug information.

Parameters
string$message

Implemented in PluginLogger.

emergency (   $message)

System is unusable

Parameters
string$message

Implemented in PluginLogger.

error (   $message)

Runtime errors that do not require immediate action but should typically be logged and monitored.

Parameters
string$message

Implemented in PluginLogger.

info (   $message)

Inersting events.

Parameters
string$message

Implemented in PluginLogger.

log (   $level,
  $message 
)

Logs with an arbitrary level.

Parameters
mixed$level
string$message

Implemented in MainLogger, and PluginLogger.

logException ( \Throwable  $e,
  $trace = null 
)

Logs a Throwable object

Parameters
Throwable$e
$trace

Implemented in MainLogger, and PluginLogger.

notice (   $message)

Normal but significant events.

Parameters
string$message

Implemented in PluginLogger.

warning (   $message)

Exceptional occurrences that are not errors.

Example: Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong.

Parameters
string$message

Implemented in PluginLogger.


The documentation for this interface was generated from the following file: