MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The LogArg is passed as an argument to the Log::OnWriteLine event. More...
Public Member Functions | |
LogArg (string strSrc, string strMsg, double dfProgress=0.0, bool bError=false, bool bOverrideEnabled=false, bool bDisable=false) | |
The LogArg constructor. More... | |
Public Member Functions inherited from MyCaffe.basecode.LogProgressArg | |
LogProgressArg (string strSrc, double dfProgress) | |
The LogProgressArg constructor. More... | |
Properties | |
bool | Consumed [getset] |
Specifies whether or not the message has already been consumed. More... | |
bool | Disable [getset] |
Specifies whether or not to mark this log entry as disabled so that it is not output. More... | |
string | Message [get] |
Returns the message logged. More... | |
bool | Error [get] |
Returns whether or not this is an error message. More... | |
bool | OverrideEnabled [get] |
Returns whether or not the override was enabled or not. More... | |
Properties inherited from MyCaffe.basecode.LogProgressArg | |
string | Source [get] |
Returns the Log source name. More... | |
double | Progress [get] |
Returns the progress value. More... | |
The LogArg is passed as an argument to the Log::OnWriteLine event.
Definition at line 52 of file EventArgs.cs.
MyCaffe.basecode.LogArg.LogArg | ( | string | strSrc, |
string | strMsg, | ||
double | dfProgress = 0.0 , |
||
bool | bError = false , |
||
bool | bOverrideEnabled = false , |
||
bool | bDisable = false |
||
) |
The LogArg constructor.
strSrc | Specifies the Log source name. |
strMsg | Specifies the message written when calling the Log::WriteLine function (which triggers the event). |
dfProgress | Specifies the progress value specifies when setting the Log::Progress value. |
bError | Specifies whether or not the message is the result of a call from Log::WriteError. |
bOverrideEnabled | Specifies whether or not the log override was used. |
bDisable | Specifies whether or not to disable the output of the message (e.g. used internally). |
Definition at line 70 of file EventArgs.cs.
|
getset |
Specifies whether or not the message has already been consumed.
Definition at line 82 of file EventArgs.cs.
|
getset |
Specifies whether or not to mark this log entry as disabled so that it is not output.
Definition at line 91 of file EventArgs.cs.
|
get |
Returns whether or not this is an error message.
Definition at line 108 of file EventArgs.cs.
|
get |
Returns the message logged.
Definition at line 100 of file EventArgs.cs.
|
get |
Returns whether or not the override was enabled or not.
Definition at line 116 of file EventArgs.cs.