Method | Description | |
---|---|---|
Debug ( string message ) : void | ||
DebugFormat ( string message ) : void | ||
DebugFormat ( string message, object arg1 ) : void | ||
DebugFormat ( string message, object arg1, object arg2 ) : void | ||
Error ( string message, |
||
FubuLoggingAdapter ( ILogger logger ) : System | ||
Info ( string message ) : void | ||
InfoFormat ( string message ) : void | ||
InfoFormat ( string message, object arg1 ) : void | ||
InfoFormat ( string message, object arg1, object arg2 ) : void |
public DebugFormat ( string message, object arg1 ) : void | ||
message | string | |
arg1 | object | |
return | void |
public DebugFormat ( string message, object arg1, object arg2 ) : void | ||
message | string | |
arg1 | object | |
arg2 | object | |
return | void |
public Error ( string message, |
||
message | string | |
exception | ||
return | void |
public FubuLoggingAdapter ( ILogger logger ) : System | ||
logger | ILogger | |
return | System |
public InfoFormat ( string message, object arg1 ) : void | ||
message | string | |
arg1 | object | |
return | void |
public InfoFormat ( string message, object arg1, object arg2 ) : void | ||
message | string | |
arg1 | object | |
arg2 | object | |
return | void |