C# Class EAAddinFramework.Utilities.Logger

Exibir arquivo Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework

Public Methods

Method Description
log ( string logmessage ) : void

log a message

logError ( string logmessage ) : void

log an error

logWarning ( string logmessage ) : void

log a warning

setLogFileName ( string fileName ) : void

set the log file name

Method Details

log() public static method

log a message
public static log ( string logmessage ) : void
logmessage string the message to be logged
return void

logError() public static method

log an error
public static logError ( string logmessage ) : void
logmessage string the error message
return void

logWarning() public static method

log a warning
public static logWarning ( string logmessage ) : void
logmessage string the warning message
return void

setLogFileName() public static method

set the log file name
public static setLogFileName ( string fileName ) : void
fileName string the name of the log file
return void