ExtensibilityAppLoggerLog Method |
Log a message whenever the current logging level is greater than or equal to a
specified level
Namespace: Micros.PosCore.ExtensibilityAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic void Log(
ELogLevel level,
string message
)
Parameters
- level ELogLevel
- The level at which this message is logged
- message String
- Th emessage to be logged
See Also