void __construct(Application $app)
void write(string $level, string $message, array $context = array()) Dynamically
void debug(string $message, array $context = array()) Log a debug message
void commands(array $commands) Register the package's custom Artisan commands
void useFiles(string $path, string $level = 'debug') Register a file log
void log(string $level, string $message, array $context = array()) Log
void info(string $message, array $context = array()) Log an informational
bool isDeferred() Determine if the provider is deferred.
void error(string $message, array $context = array()) Log an error message
void listen(Closure $callback)
Page 3 of 4