Click or drag to resize

LoggerFactory Class

Creates instance of ILogger class
Inheritance Hierarchy
SystemObject
  SimphonyPosApi.LoggingLoggerFactory

Namespace: SimphonyPosApi.Logging
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public static class LoggerFactory

The LoggerFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateLogger(String) Creates ILogger with specified categoryName
Public methodStatic memberCreateLoggerT Creates ILogger
Top
See Also