ConsoleLoggerTrace Method |
Logs the process of annotating.
Namespace: GroupDocs.Annotation.LoggingAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic void Trace(
string message
)
Public Sub Trace (
message As String
)
public:
virtual void Trace(
String^ message
) sealed
abstract Trace :
message : string -> unit
override Trace :
message : string -> unit
Parameters
- message
- Type: SystemString
The message.
Implements
ILoggerTrace(String)
See Also