C#
VB
C++
Gets the value of the loggers configuration element
[ConfigurationPropertyAttribute("loggers")]
public LoggerCollection Loggers { get; }
<ConfigurationPropertyAttribute(Name="loggers",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public ReadOnly Property Loggers As Leadtools.Logging.Configuration.LoggerCollection
[ConfigurationPropertyAttribute(Name="loggers",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property Leadtools.Logging.Configuration.LoggerCollection^ Loggers {
Leadtools.Logging.Configuration.LoggerCollection^ get();
}
The loggers.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET