LogWriterLogError(String, Object) Method
Formats and writes an error log message.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
public void LogError(
string message,
params Object[] args
)
Public Sub LogError (
message As String,
ParamArray args As Object()
)
public:
virtual void LogError(
String^ message,
... array<Object^>^ args
) sealed
abstract LogError :
message : string *
args : Object[] -> unit
override LogError :
message : string *
args : Object[] -> unit
- message String
- Format string of the log message in message template format. Example:
User {User} logged in from {Address}"
- args Object
- An object array that contains zero or more objects to format.
ILogWriterLogError(String, Object)