Click or drag to resize

Logger Class

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Furcadia.Logging.Logger"]

Inheritance Hierarchy
SystemObject
  Furcadia.LoggingLogger

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static class Logger

The Logger type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLogOutput
Sets the ILogOutput.
Public propertyStatic memberMessagesExpire
Gets or sets the messages expire time limit. Messages that have expired are removed from history. This property used in conjunction with SupressSpam = true prevents too much memory from being used over time
Public propertyStatic memberSingleThreaded
Gets or sets a value indicating whether [single threaded].
Top
Methods
See Also