![]() |
Logger Class |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
SystemObject Furcadia.LoggingLogger
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Top
Top
Top
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Furcadia.Logging.Logger"]
Inheritance Hierarchy
Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax
public static class Logger
Public NotInheritable Class Logger You do not need to declare an instance of a static class in order to access its members.
public ref class Logger abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type Logger = class end
The Logger type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | DebugEnabled | |
![]() ![]() | ErrorEnabled | |
![]() ![]() | InfoEnabled | |
![]() ![]() | LogCallingMethod | |
![]() ![]() | LogOutput |
Sets the ILogOutput.
|
![]() ![]() | MessagesExpire |
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
|
![]() ![]() | SingleThreaded |
Gets or sets a value indicating whether [single threaded].
|
![]() ![]() | SuppressSpam | |
![]() ![]() | WarningEnabled |
Methods
Events
Name | Description | |
---|---|---|
![]() ![]() | SpamFound |
See Also