Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Common Namespaces
Crosser.Common.Logging
ILogger Interface
ILogger Methods
Debug Method
Error Method
Fatal Method
GetLogEventLevel Method
Information Method
LevelEnabled Method
SetLogEventLevel Method
Warning Method
Verbose Method
ILogger
LevelEnabled Method
Check if the
LogEventLevel
is enabled
Namespace:
Crosser.Common.Logging
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Copy
bool
LevelEnabled
(
LogEventLevel
level
)
Parameters
level
Type:
Crosser.Common.Logging
LogEventLevel
Level to check
Return Value
Type:
Boolean
True if the
LogEventLevel
is enabled
See Also
Reference
ILogger Interface
Crosser.Common.Logging Namespace