C# Class Nexus.Client.Util.TraceUtil

Utility functions to work with the Tracer.
显示文件 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
CreateTraceExceptionString ( Exception ex ) : string

This builds a string detailing the given exception.

TraceException ( Exception ex ) : void

This writes information detailing the given exception to the trace log.

Method Details

CreateTraceExceptionString() public static method

This builds a string detailing the given exception.
public static CreateTraceExceptionString ( Exception ex ) : string
ex System.Exception The exceptions to describe.
return string

TraceException() public static method

This writes information detailing the given exception to the trace log.
public static TraceException ( Exception ex ) : void
ex System.Exception The exceptions to describe.
return void