@tscommon/loggerInterfacesILogWriterOn this pageILogWriter Implemented byLogWriterIndex MethodswriteMethods writewrite(entry: LogEntry): voidWrites a log entry to the destination. This method is called by the logger. It can be overridden in derived classes to customize the log destination.Parametersentry: LogEntryThe log entry to write.Returns void
Writes a log entry to the destination. This method is called by the logger. It can be overridden in derived classes to customize the log destination.