Home | History | Annotate | Download | only in log

Lines Matching full:standard

6 // with methods for formatting output. It also has a predefined 'standard'
9 // That logger writes to standard error and prints the date and time
41 LstdFlags = Ldate | Ltime // initial values for the standard logger
251 // SetOutput sets the output destination for the standard logger.
258 // Flags returns the output flags for the standard logger.
263 // SetFlags sets the output flags for the standard logger.
268 // Prefix returns the output prefix for the standard logger.
273 // SetPrefix sets the output prefix for the standard logger.
278 // These functions write to the standard logger.
280 // Print calls Output to print to the standard logger.
286 // Printf calls Output to print to the standard logger.
292 // Println calls Output to print to the standard logger.