C#
VB
C++
Gets the logger for the specified addin.
[CLSCompliantAttribute(false)]
public Logger GetLogger(
string addinName,
string loggerName
)
<CLSCompliantAttribute(False)>
Public Function GetLogger( _
ByVal addinName As String, _
ByVal loggerName As String _
) As Leadtools.Logging.Logger
[CLSCompliantAttribute(false)]
public:
Leadtools.Logging.Logger^ GetLogger(
String^ addinName,
String^ loggerName
)
addinName
Name of the addin.
loggerName
Name of the logger.
A logger for use with logging diagnostic information.
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