Click or drag to resize

LogHelper Class

Helper class for logging complex exceptions or extracting their messages
Inheritance Hierarchy
SystemObject
  LynceeTec.LogToolsLogHelper

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.0.26418.0 , built 2021-10-22 08:43:38 UTC
Syntax
public static class LogHelper

The LogHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetExceptionMessageAndStackTrace(AggregateException)
Returns a string containing the exception message and stack trace, as well as all the inner exception messages and stack traces for each exception of an aggregate exception
Public methodStatic memberGetExceptionMessageAndStackTrace(Exception)
Returns a string containing the exception message and stack trace, as well as all its inner exceptions messages and stack trace
Public methodStatic memberGetExceptionMessageAndStackTrace(ReflectionTypeLoadException)
Returns a string containing the exception message and stack trace, as well as all the type load exception messages and stack traces for each type load exception of a reflection type load exception
Public methodStatic memberGetUserFriendlyExceptionMessages(AggregateException)
Returns a string containing the exception message, as well as all the inner exception messages of an aggregate exception
Public methodStatic memberGetUserFriendlyExceptionMessages(Exception)
Returns a string containing the exception message, as well as all the inner exception messages
Public methodStatic memberGetUserFriendlyExceptionMessages(ReflectionTypeLoadException)
Returns a string containing the exception message, as well as all the inner exception messages and type load exception of a reflection type load exception
Top
Fields
See Also