packages/core/src/lib/services/log/log.module.ts
Log Module
| Static forChild | ||||||||
forChild(config: LogConfig)
|
||||||||
|
method called in your other (non root, lazy loaded) modules to import a different instance of LogService
Parameters :
Returns :
ModuleWithProviders<LogModule>
|
| Static forRoot | ||||||||
forRoot(config: LogConfig)
|
||||||||
|
method called in your root module to provide the LogService
Parameters :
Returns :
ModuleWithProviders<LogModule>
|