Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $this->getLogger()->alert("MESSAGE ALERT!");
- $this->getLogger()->critical("CRITICAL MESSAGE");
- $this->getLogger()->debug("DEBUG MESSAGE");
- $this->getLogger()->info("INFO MESSAGE");
- $this->getLogger()->notice("NOTICE MESSAGE");
- $this->getLogger()->warning("WARNING MESSAGE");
- $this->getLogger()->error("ERROR MESSAGE");
Advertisement