Click or drag to resize
Logger Class
Ths class represents logging in the system
Inheritance Hierarchy
SystemObject
  Ozeki.CommonLogger

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static class Logger

The Logger type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAttach(ILogger)
Provides the possibility of multitarget logging (into file, database etc.)
Public methodStatic memberAttach(ILogger, LogConfig)
Provides the possibility of multitarget logging (into file, database etc.)
Public methodStatic memberAttach(ILogger, LogLevel)
Provides the possibility of multitarget logging (into file, database etc.)
Public methodStatic memberClose
Forbids logging
Public methodStatic memberDetach
Detaching a logger
Public methodStatic memberHardwareInfo
Logs information about the machine.
Public methodStatic memberOpen
Permits logging.
Top
Properties
  NameDescription
Public propertyStatic memberOpened
Informs about that the logger is open or not
Top
See Also