Gistrec

MCPE Type of message

Nov 2nd, 2016
254
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. $this->getLogger()->alert("MESSAGE ALERT!");
  2. $this->getLogger()->critical("CRITICAL MESSAGE");
  3. $this->getLogger()->debug("DEBUG MESSAGE");
  4. $this->getLogger()->info("INFO MESSAGE");
  5. $this->getLogger()->notice("NOTICE MESSAGE");
  6. $this->getLogger()->warning("WARNING MESSAGE");
  7. $this->getLogger()->error("ERROR MESSAGE");
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment