![]() | LogFactoryT Methods |
The LogFactoryT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateNullLogger |
Creates a logger that discards all log messages.
(Inherited from LogFactory.) |
![]() | DisableLogging | Obsolete.
Decreases the log enable counter and if it reaches -1 the logs are disabled.
(Inherited from LogFactory.) |
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting
unmanaged resources.
(Inherited from LogFactory.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from LogFactory.) |
![]() | EnableLogging | Obsolete.
Increases the log enable counter and if it reaches 0 the logs are disabled.
(Inherited from LogFactory.) |
![]() | Flush |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from LogFactory.) |
![]() | Flush(Int32) |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from LogFactory.) |
![]() | Flush(TimeSpan) |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from LogFactory.) |
![]() | Flush(AsyncContinuation) |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from LogFactory.) |
![]() | Flush(AsyncContinuation, Int32) |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from LogFactory.) |
![]() | Flush(AsyncContinuation, TimeSpan) |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from LogFactory.) |
![]() | GetCurrentClassLogger |
Gets a custom logger with the name of the current class and type T.
|
![]() | GetCurrentClassLogger(Type) |
Gets a custom logger with the name of the current class. Use loggerType to pass the type of the needed Logger.
(Inherited from LogFactory.) |
![]() | GetLogger(String) |
Gets the logger with type T.
|
![]() | GetLogger(String, Type) |
Gets the specified named logger. Use loggerType to pass the type of the needed Logger.
(Inherited from LogFactory.) |
![]() | IsLoggingEnabled |
Returns if logging is currently enabled.
(Inherited from LogFactory.) |
![]() | OnConfigurationChanged |
Invoke the Changed event; called whenever list changes
(Inherited from LogFactory.) |
![]() | ReconfigExistingLoggers |
Loops through all loggers previously returned by GetLogger and recalculates their
target and filter list. Useful after modifying the configuration programmatically
to ensure that all loggers have been properly configured.
(Inherited from LogFactory.) |
![]() | ResumeLogging |
Increases the log enable counter and if it reaches 0 the logs are disabled.
(Inherited from LogFactory.) |
![]() | SuspendLogging |
Decreases the log enable counter and if it reaches -1 the logs are disabled.
(Inherited from LogFactory.) |