Static
consoleCreates a new logger transport that prints the log to the console.
The log level at which the transport should be active.
The newly created transport.
Static
createCreates a new logger transport.
The configuration to be used by the transport.
What should happen when a new log should be send.
The newly created transport.
Static
dbCreates a new logger transport that saves the log into the database.
The log level at which the transport should be active.
The newly created transport.
Static
emailCreates a new logger transport that sends the log via email.
The log level at which the transport should be active.
The newly created transport.
The configuration options of the transport.