A simple logger that writes to the Visual Studio debug log. From here: http://buksbaum.us/2010/08/08/how-to-do-logging-with-caliburn-micro/
More...
|
| DebugLogger (Type type) |
|
void | Error (Exception exception) |
|
void | Info (string format, params object[] args) |
|
void | Warn (string format, params object[] args) |
|
| DebugLogger (Type type) |
|
void | Error (Exception exception) |
|
void | Info (string format, params object[] args) |
|
void | Warn (string format, params object[] args) |
|
A simple logger that writes to the Visual Studio debug log. From here: http://buksbaum.us/2010/08/08/how-to-do-logging-with-caliburn-micro/
CShell.Framework.Services.DebugLogger.DebugLogger |
( |
Type |
type | ) |
|
|
inline |
CShell.Framework.Services.DebugLogger.DebugLogger |
( |
Type |
type | ) |
|
|
inline |
string CShell.Framework.Services.DebugLogger.CreateLogMessage |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
|
inlineprivate |
void CShell.Framework.Services.DebugLogger.Error |
( |
Exception |
exception | ) |
|
|
inline |
void CShell.Framework.Services.DebugLogger.Info |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
|
inline |
void CShell.Framework.Services.DebugLogger.Warn |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
|
inline |
string CShell.Framework.Services.DebugLogger.CreateLogMessage |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
|
inlineprivate |
void CShell.Framework.Services.DebugLogger.Error |
( |
Exception |
exception | ) |
|
|
inline |
void CShell.Framework.Services.DebugLogger.Info |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
|
inline |
void CShell.Framework.Services.DebugLogger.Warn |
( |
string |
format, |
|
|
params object[] |
args |
|
) |
| |
|
inline |
readonly Type CShell.Framework.Services.DebugLogger.type |
|
private |
The documentation for this class was generated from the following file:
- shelldev/repl/CShell-0.1.2/Src/CShellCore/Framework/Services/DebugLogger.cs