Click or drag to resize

Logger Class

A static helper class to sink all logging/tracing requests and broadcast them using standard Framework TraceSource tracing techniques. Event Id numbers in the range 100-199 are verbose, 200-299 are information and 900-999 are errors.
Inheritance Hierarchy
SystemObject
  Orthogonal.NTagLiteLogger

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static class Logger

The Logger type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFailure Logs a fatal error and throws a TagException.
Public methodStatic memberTrace Puts a non-fatal message in the trace output.
Top
See Also