Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server
Bootstrapper.Modules.Log Class
Log Methods
GetLogger Method
RegisterLogger Method
Bootstrapper
Modules
Log
GetLogger Method
This returns the
ILogger
registered. By default the
Logger
will be used, but by using
RegisterLogger(Expression
Func
ILogger
)
you can override this with a custom
ILogger
You can get access to the logger directly by using the log-utility
Log
Namespace:
Crosser.Server
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
static
ILogger
GetLogger
()
Return Value
Type:
ILogger
The
ILogger
registered in the system
See Also
Reference
Bootstrapper
Modules
Log Class
Crosser.Server Namespace