|
| | BuildStepLogger (ILogger mainLogger, DateTime startTime) |
| |
| void | ActivateLog (LogMessageType fromLevel, LogMessageType toLevel=LogMessageType.Fatal, bool enabledFlag=true) |
| | Activates the log for this logger for a range of LogMessageType. More...
|
| |
| void | ActivateLog (LogMessageType type, bool enabledFlag) |
| | Activates the log for this logger for a specific LogMessageType. More...
|
| |
| bool | Activated (LogMessageType type) |
| | Returns a boolean indicating if a particular LogMessageType is activated. More...
|
| |
| void | Log (ILogMessage logMessage) |
| | Logs the specified log message. More...
|
| |
| void | Verbose (string message, Exception exception, CallerInfo callerInfo=null) |
| | Logs the specified verbose message with an exception. More...
|
| |
| void | Verbose (string message, CallerInfo callerInfo=null) |
| | Logs the specified verbose message. More...
|
| |
| void | Verbose (string messageFormat, params object[] parameters) |
| | Logs the specified verbose message. More...
|
| |
| void | Verbose (string messageFormat, Exception exception, params object[] parameters) |
| | Logs the specified verbose message with an exception. More...
|
| |
| void | Debug (string message, Exception exception, CallerInfo callerInfo=null) |
| | Logs the specified debug message with an exception. More...
|
| |
| void | Debug (string message, CallerInfo callerInfo=null) |
| | Logs the specified debug message. More...
|
| |
| void | Debug (string messageFormat, params object[] parameters) |
| | Logs the specified debug message. More...
|
| |
| void | Debug (string messageFormat, Exception exception, params object[] parameters) |
| | Logs the specified debug message with an exception. More...
|
| |
| void | Info (string message, Exception exception, CallerInfo callerInfo=null) |
| | Logs the specified info message with an exception. More...
|
| |
| void | Info (string message, CallerInfo callerInfo=null) |
| | Logs the specified info message. More...
|
| |
| void | Info (string messageFormat, params object[] parameters) |
| | Logs the specified info message. More...
|
| |
| void | Info (string messageFormat, Exception exception, params object[] parameters) |
| | Logs the specified info message with an exception. More...
|
| |
| void | Warning (string message, Exception exception, CallerInfo callerInfo=null) |
| | Logs the specified warning message with an exception. More...
|
| |
| void | Warning (string message, CallerInfo callerInfo=null) |
| | Logs the specified warning message. More...
|
| |
| void | Warning (string messageFormat, params object[] parameters) |
| | Logs the specified warning message. More...
|
| |
| void | Warning (string messageFormat, Exception exception, params object[] parameters) |
| | Logs the specified warning message with an exception. More...
|
| |
| void | Error (string message, Exception exception, CallerInfo callerInfo=null) |
| | Logs the specified error message with an exception. More...
|
| |
| void | Error (string message, CallerInfo callerInfo=null) |
| | Logs the specified error message. More...
|
| |
| void | Error (string messageFormat, params object[] parameters) |
| | Logs the specified error message. More...
|
| |
| void | Error (string messageFormat, Exception exception, params object[] parameters) |
| | Logs the specified error message with an exception. More...
|
| |
| void | Fatal (string message, Exception exception, CallerInfo callerInfo=null) |
| | Logs the specified fatal message with an exception. More...
|
| |
| void | Fatal (string message, CallerInfo callerInfo=null) |
| | Logs the specified fatal message. More...
|
| |
| void | Fatal (string messageFormat, params object[] parameters) |
| | Logs the specified fatal message. More...
|
| |
| void | Fatal (string messageFormat, Exception exception, params object[] parameters) |
| | Logs the specified fatal message with an exception. More...
|
| |
Definition at line 9 of file BuildStepLogger.cs.