C# Class SEToolbox.Support.DiagnosticsLogging

显示文件 Open project: midspace/SEToolbox

Public Methods

Method Description
CreateLog ( ) : bool
CreateLog ( string source, string log ) : bool
LogException ( Exception exception ) : void
LogInfo ( string message ) : void
LogWarning ( string message, Exception exception ) : void
LoggingSourceExists ( ) : bool
RemoveLog ( ) : bool
RemoveLog ( string source ) : bool

Private Methods

Method Description
ObsufacatePathNames ( string path ) : string

Method Details

CreateLog() public static method

public static CreateLog ( ) : bool
return bool

CreateLog() public static method

public static CreateLog ( string source, string log ) : bool
source string
log string
return bool

LogException() public static method

public static LogException ( Exception exception ) : void
exception Exception
return void

LogInfo() public static method

public static LogInfo ( string message ) : void
message string
return void

LogWarning() public static method

public static LogWarning ( string message, Exception exception ) : void
message string
exception Exception
return void

LoggingSourceExists() public static method

public static LoggingSourceExists ( ) : bool
return bool

RemoveLog() public static method

public static RemoveLog ( ) : bool
return bool

RemoveLog() public static method

public static RemoveLog ( string source ) : bool
source string
return bool