T_Furcadia_Logging_Logger - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
System.Object
Furcadia.Logging.Logger
Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public static class LoggerVB
Public NotInheritable Class LoggerVB Usage
C++
public ref class Logger abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Logger = class endThe Logger type exposes the following members.
| 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 |
Back to Top
| Name | Description | |
|---|---|---|
![]()
|
SpamFound |


